summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-04 12:10:11 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-04 12:10:11 +0200
commit6c0df108c7f4a4f1793d4d49a3b808a340d9ff48 (patch)
tree950d413360a24de568b3cd329806e01008f15c80 /client/components/boards/boardHeader.jade
parent5f3ffcb0eb0c844a34a285f82a6dc58379351e89 (diff)
parent9d6d5e1a14c2a3ef22d90eaccffd352d06253117 (diff)
downloadwekan-6c0df108c7f4a4f1793d4d49a3b808a340d9ff48.tar.gz
wekan-6c0df108c7f4a4f1793d4d49a3b808a340d9ff48.tar.bz2
wekan-6c0df108c7f4a4f1793d4d49a3b808a340d9ff48.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/boards/boardHeader.jade')
-rw-r--r--client/components/boards/boardHeader.jade30
1 files changed, 30 insertions, 0 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index 78b05c84..823bd806 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -133,6 +133,36 @@ template(name="boardVisibilityList")
i.fa.fa-check
span.sub-name {{_ 'public-desc'}}
+template(name="boardChangeVisibilityPopup")
+ +boardVisibilityList
+
+template(name="boardChangeWatchPopup")
+ ul.pop-over-list
+ li
+ with "watching"
+ a.js-select-watch
+ i.fa.fa-eye.colorful
+ | {{_ 'watching'}}
+ if watchCheck
+ i.fa.fa-check
+ span.sub-name {{_ 'watching-info'}}
+ li
+ with "tracking"
+ a.js-select-watch
+ i.fa.fa-bell.colorful
+ | {{_ 'tracking'}}
+ if watchCheck
+ i.fa.fa-check
+ span.sub-name {{_ 'tracking-info'}}
+ li
+ with "muted"
+ a.js-select-watch
+ i.fa.fa-bell-slash.colorful
+ | {{_ 'muted'}}
+ if watchCheck
+ i.fa.fa-check
+ span.sub-name {{_ 'muted-info'}}
+
template(name="createBoard")
form
label