mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Added icons to swimlane action popup
This commit is contained in:
parent
7a929024f2
commit
41c1dde504
1 changed files with 13 additions and 4 deletions
|
|
@ -41,15 +41,24 @@ template(name="editSwimlaneTitleForm")
|
||||||
template(name="swimlaneActionPopup")
|
template(name="swimlaneActionPopup")
|
||||||
unless currentUser.isCommentOnly
|
unless currentUser.isCommentOnly
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-set-swimlane-color {{_ 'select-color'}}
|
li: a.js-set-swimlane-color
|
||||||
|
i.fa.fa-paint-brush
|
||||||
|
| {{_ 'select-color'}}
|
||||||
unless this.isTemplateContainer
|
unless this.isTemplateContainer
|
||||||
hr
|
hr
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-close-swimlane {{_ 'archive-swimlane'}}
|
li: a.js-close-swimlane
|
||||||
|
i.fa.fa-arrow-right
|
||||||
|
i.fa.fa-archive
|
||||||
|
| {{_ 'archive-swimlane'}}
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-copy-swimlane {{_ 'copy-swimlane'}}
|
li: a.js-copy-swimlane
|
||||||
|
i.fa.fa-copy
|
||||||
|
| {{_ 'copy-swimlane'}}
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-move-swimlane {{_ 'move-swimlane'}}
|
li: a.js-move-swimlane
|
||||||
|
i.fa.fa-arrow-up
|
||||||
|
| {{_ 'move-swimlane'}}
|
||||||
|
|
||||||
template(name="swimlaneAddPopup")
|
template(name="swimlaneAddPopup")
|
||||||
unless currentUser.isCommentOnly
|
unless currentUser.isCommentOnly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue