mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 12:50:16 +01:00
Almost full circle
This commit is contained in:
parent
93cc7f0232
commit
9b0eb0a9f1
24 changed files with 492 additions and 165 deletions
22
client/components/rules/actions/boardActions.jade
Normal file
22
client/components/rules/actions/boardActions.jade
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue