2018-08-15 18:47:09 +02:00
|
|
|
template(name="boardActions")
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-move-card-to'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-dropdown
|
2018-08-19 18:53:50 +02:00
|
|
|
select(id="move-gen-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="top") {{_'r-top-of'}}
|
|
|
|
|
option(value="bottom") {{_'r-bottom-of'}}
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-its-list'}}
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-button.js-add-gen-move-action.js-goto-rules
|
|
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-move-card-to'}}
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-dropdown
|
|
|
|
|
select(id="move-spec-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="top") {{_'r-top-of'}}
|
|
|
|
|
option(value="bottom") {{_'r-bottom-of'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-list'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-dropdown
|
2018-09-16 01:50:36 +03:00
|
|
|
input(id="listName",type=text,placeholder="{{_'r-name'}}")
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-button.js-add-spec-move-action.js-goto-rules
|
2018-08-15 18:47:09 +02:00
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
select(id="arch-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="archive") {{_'r-archive'}}
|
|
|
|
|
option(value="unarchive") {{_'r-unarchive'}}
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-card'}}
|
2018-08-19 18:53:50 +02:00
|
|
|
div.trigger-button.js-add-arch-action.js-goto-rules
|
|
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
2018-08-15 18:47:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|