mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
23 lines
460 B
Text
23 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
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|