mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
22 lines
460 B
Text
22 lines
460 B
Text
template(name="boardActions")
|
|
div.trigger-item
|
|
div.trigger-content
|
|
div.trigger-text
|
|
| Move card to
|
|
div.trigger-dropdown
|
|
select(id="action")
|
|
option(value="top") Top of
|
|
option(value="bottom") Bottom of
|
|
div.trigger-text
|
|
| list
|
|
div.trigger-dropdown
|
|
input(type=text,placeholder="List Name")
|
|
div.trigger-button.js-add-move-action.js-goto-rules
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|