summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.jade
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-10-10 22:57:40 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-10-10 22:57:40 -0400
commit77f8b76d4e13c35ea3451622176bbb69a4d39a32 (patch)
tree259728686df72cd8747d112cb1907f7ab102899e /client/components/swimlanes/swimlanes.jade
parente60926f8471c05f50877f46568554e7b2f24815a (diff)
downloadwekan-77f8b76d4e13c35ea3451622176bbb69a4d39a32.tar.gz
wekan-77f8b76d4e13c35ea3451622176bbb69a4d39a32.tar.bz2
wekan-77f8b76d4e13c35ea3451622176bbb69a4d39a32.zip
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode
Diffstat (limited to 'client/components/swimlanes/swimlanes.jade')
-rw-r--r--client/components/swimlanes/swimlanes.jade16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/components/swimlanes/swimlanes.jade b/client/components/swimlanes/swimlanes.jade
index 3ad43777..8f07a01c 100644
--- a/client/components/swimlanes/swimlanes.jade
+++ b/client/components/swimlanes/swimlanes.jade
@@ -12,13 +12,13 @@ template(name="swimlane")
unless currentUser.isCommentOnly
+addListForm
else
+ if currentUser.isBoardMember
+ unless currentUser.isCommentOnly
+ +addListForm
each lists
+list(this)
if currentCardIsInThisList _id ../_id
+cardDetails(currentCard)
- if currentUser.isBoardMember
- unless currentUser.isCommentOnly
- +addListForm
template(name="listsGroup")
.swimlane.list-group.js-lists
@@ -26,20 +26,20 @@ template(name="listsGroup")
if currentList
+list(currentList)
else
- each lists
- +miniList(this)
if currentUser.isBoardMember
unless currentUser.isCommentOnly
+addListForm
+ each lists
+ +miniList(this)
else
+ if currentUser.isBoardMember
+ unless currentUser.isCommentOnly
+ +addListForm
each lists
if visible this
+list(this)
if currentCardIsInThisList _id null
+cardDetails(currentCard)
- if currentUser.isBoardMember
- unless currentUser.isCommentOnly
- +addListForm
template(name="addListForm")
.list.list-composer.js-list-composer