|
@@ -51,10 +51,11 @@ template(name="addListForm")
|
|
+inlinedForm(autoclose=false)
|
|
+inlinedForm(autoclose=false)
|
|
input.list-name-input.full-line(type="text" placeholder="{{_ 'add-list'}}"
|
|
input.list-name-input.full-line(type="text" placeholder="{{_ 'add-list'}}"
|
|
autocomplete="off" autofocus)
|
|
autocomplete="off" autofocus)
|
|
- | {{_ 'add-after-list'}}
|
|
|
|
- select.list-position-input.full-line
|
|
|
|
- each currentBoard.lists
|
|
|
|
- option(value="{{_id}}") {{title}}
|
|
|
|
|
|
+ if currentBoard.getLastList
|
|
|
|
+ | {{_ 'add-after-list'}}
|
|
|
|
+ select.list-position-input.full-line
|
|
|
|
+ each currentBoard.lists
|
|
|
|
+ option(value="{{_id}}" selected=currentBoard.getLastList.title) {{title}}
|
|
.edit-controls.clearfix
|
|
.edit-controls.clearfix
|
|
button.primary.confirm(type="submit") {{_ 'save'}}
|
|
button.primary.confirm(type="submit") {{_ 'save'}}
|
|
.fa.fa-times-thin.js-close-inlined-form
|
|
.fa.fa-times-thin.js-close-inlined-form
|