mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
29 lines
780 B
Text
29 lines
780 B
Text
![]() |
template(name="listActionPopup")
|
||
|
ul.pop-over-list
|
||
|
li: a.js-add-card {{_ 'add-card'}}
|
||
|
li: a.highlight-icon.js-list-subscribe {{_ 'subscribe'}}
|
||
|
if cards.count
|
||
|
hr
|
||
|
ul.pop-over-list
|
||
|
li: a.js-move-cards {{_ 'list-move-cards'}}
|
||
|
li: a.js-archive-cards {{_ 'list-archive-cards'}}
|
||
|
hr
|
||
|
ul.pop-over-list
|
||
|
li: a.js-close-list {{_ 'archive-list'}}
|
||
|
|
||
|
template(name="listMoveCardsPopup")
|
||
|
+boardLists
|
||
|
|
||
|
template(name="boardLists")
|
||
|
ul.pop-over-list
|
||
|
each currentBoard.lists
|
||
|
li
|
||
|
if($eq ../_id _id)
|
||
|
a.disabled {{title}} ({{_ 'current'}})
|
||
|
else
|
||
|
a.js-select-list= title
|
||
|
|
||
|
template(name="listArchiveCardsPopup")
|
||
|
p {{_ 'list-archive-cards-pop'}}
|
||
|
input.js-confirm.negate.full(type="submit" value="{{_ 'archive-all'}}")
|