|
|
@@ -95,7 +95,8 @@
|
|
|
[:a
|
|
|
{:on-click #(nfs-handler/refresh! repo
|
|
|
repo-handler/create-today-journal!)
|
|
|
- :title (str "Sync files with the local directory: " (config/get-local-dir repo))}
|
|
|
+ :title (str "Sync files with the local directory: " (config/get-local-dir repo) ".\nVersion: "
|
|
|
+ version/version)}
|
|
|
svg/refresh]])
|
|
|
(let [changed-files (state/sub [:repo/changed-files repo])
|
|
|
should-push? (seq changed-files)
|