2018-08-15 18:47:09 +02:00
|
|
|
template(name="boardActions")
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
2020-01-22 12:09:26 +01:00
|
|
|
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'}}
|
2020-01-22 12:09:26 +01: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
|
2020-01-22 12:09:26 +01:00
|
|
|
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'}}
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-the-board'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
select(id="board-id")
|
|
|
|
|
each boards
|
|
|
|
|
if $eq _id currentBoard._id
|
|
|
|
|
option(value="{{_id}}" selected) {{_ 'current'}}
|
|
|
|
|
else
|
|
|
|
|
option(value="{{_id}}") {{title}}
|
|
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-in-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'}}")
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-in-swimlane'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="swimlaneName",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'}}
|
2020-01-22 12:09:26 +01: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
|
2019-01-02 15:42:10 +01:00
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
2019-01-02 15:42:10 +01:00
|
|
|
| {{_'r-add-swimlane'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="swimlane-name",type=text,placeholder="{{_'r-name'}}")
|
|
|
|
|
div.trigger-button.js-add-swimlane-action.js-goto-rules
|
|
|
|
|
i.fa.fa-plus
|
2018-08-19 18:53:50 +02:00
|
|
|
|
2019-01-02 22:32:08 +01:00
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
2019-01-02 22:32:08 +01:00
|
|
|
| {{_'r-create-card'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="card-name",type=text,placeholder="{{_'r-name'}}")
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
2019-01-02 22:32:08 +01:00
|
|
|
| {{_'r-in-list'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="list-name",type=text,placeholder="{{_'r-name'}}")
|
2020-01-22 12:09:26 +01:00
|
|
|
div.trigger-text
|
2019-01-02 22:32:08 +01:00
|
|
|
| {{_'r-in-swimlane'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="swimlane-name2",type=text,placeholder="{{_'r-name'}}")
|
|
|
|
|
div.trigger-button.js-create-card-action.js-goto-rules
|
|
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
2022-12-21 16:21:17 +01:00
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-link-card'}}
|
|
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-the-board'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
select(id="board-id-link")
|
|
|
|
|
each boards
|
|
|
|
|
if $eq _id currentBoard._id
|
|
|
|
|
option(value="{{_id}}" selected) {{_ 'current'}}
|
|
|
|
|
else
|
|
|
|
|
option(value="{{_id}}") {{title}}
|
|
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-in-list'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="listName-link",type=text,placeholder="{{_'r-name'}}")
|
|
|
|
|
div.trigger-text
|
|
|
|
|
| {{_'r-in-swimlane'}}
|
|
|
|
|
div.trigger-dropdown
|
|
|
|
|
input(id="swimlaneName-link",type=text,placeholder="{{_'r-name'}}")
|
|
|
|
|
div.trigger-button.js-link-card-action.js-goto-rules
|
|
|
|
|
i.fa.fa-plus
|
2018-08-15 18:47:09 +02:00
|
|
|
|
2020-01-22 12:09:26 +01:00
|
|
|
|
|
|
|
|
|
2018-08-15 18:47:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|