summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-08 17:53:03 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-08 17:53:03 +0300
commit7f6d500cbec15496ae357b05b9df3f10e51ed1f1 (patch)
tree6c6d4725b3e358f2dc3294552956bf16d91d9dec /client
parentcb1e91fee83eaad1e926c288c0abfc1e4f2a8bd4 (diff)
downloadwekan-7f6d500cbec15496ae357b05b9df3f10e51ed1f1.tar.gz
wekan-7f6d500cbec15496ae357b05b9df3f10e51ed1f1.tar.bz2
wekan-7f6d500cbec15496ae357b05b9df3f10e51ed1f1.zip
Default view Swimlanes part 3: Change dropdown order to Swimlanes/Lists/Calendar.
Thanks to xet7 !
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardHeader.jade14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index a8bdc8c5..53346db4 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -173,13 +173,6 @@ template(name="boardChangeWatchPopup")
template(name="boardChangeViewPopup")
ul.pop-over-list
li
- with "board-view-lists"
- a.js-open-lists-view
- i.fa.fa-trello.colorful
- | {{_ 'board-view-lists'}}
- if $eq Utils.boardView "board-view-lists"
- i.fa.fa-check
- li
with "board-view-swimlanes"
a.js-open-swimlanes-view
i.fa.fa-th-large.colorful
@@ -187,6 +180,13 @@ template(name="boardChangeViewPopup")
if $eq Utils.boardView "board-view-swimlanes"
i.fa.fa-check
li
+ with "board-view-lists"
+ a.js-open-lists-view
+ i.fa.fa-trello.colorful
+ | {{_ 'board-view-lists'}}
+ if $eq Utils.boardView "board-view-lists"
+ i.fa.fa-check
+ li
with "board-view-cal"
a.js-open-cal-view
i.fa.fa-calendar.colorful