2018-08-15 18:47:09 +02:00
|
|
|
template(name="boardTriggers")
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-when-a-card-is'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-dropdown
|
2018-08-16 16:54:29 +02:00
|
|
|
select(id="gen-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="created") {{_'r-added-to'}}
|
|
|
|
|
option(value="removed") {{_'r-removed-from'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-the-board'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-button.js-add-gen-trigger.js-goto-action
|
|
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-when-a-card-is'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-dropdown
|
2018-08-16 16:54:29 +02:00
|
|
|
select(id="create-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="created") {{_'r-added-to'}}
|
|
|
|
|
option(value="removed") {{_'r-removed-from'}}
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-list'}}
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-dropdown
|
2018-09-16 01:50:36 +03:00
|
|
|
input(id="create-list-name",type=text,placeholder="{{_'r-list-name'}}")
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-button.js-add-create-trigger.js-goto-action
|
|
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-when-a-card-is'}}
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-dropdown
|
|
|
|
|
select(id="move-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="moved-to") {{_'r-moved-to'}}
|
|
|
|
|
option(value="moved-from") {{_'r-moved-from'}}
|
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="move-list-name",type=text,placeholder="{{_'r-list-name'}}")
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-button.js-add-moved-trigger.js-goto-action
|
2018-08-15 18:47:09 +02:00
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
div.trigger-item
|
|
|
|
|
div.trigger-content
|
|
|
|
|
div.trigger-text
|
2018-09-16 01:50:36 +03:00
|
|
|
| {{_'r-when-a-card-is'}}
|
2018-08-15 18:47:09 +02:00
|
|
|
div.trigger-dropdown
|
2018-08-16 16:54:29 +02:00
|
|
|
select(id="arch-action")
|
2018-09-16 01:50:36 +03:00
|
|
|
option(value="archived") {{_'r-archived'}}
|
|
|
|
|
option(value="unarchived") {{_'r-unarchived'}}
|
2018-08-16 16:54:29 +02:00
|
|
|
div.trigger-button.js-add-arch-trigger.js-goto-action
|
2018-08-15 18:47:09 +02:00
|
|
|
i.fa.fa-plus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|