|
@@ -27,13 +27,14 @@ template(name="boardBody")
|
|
|
|
|
|
template(name="addListForm")
|
|
template(name="addListForm")
|
|
.list.js-list.list-composer.js-list-composer
|
|
.list.js-list.list-composer.js-list-composer
|
|
- +inlinedForm(autoclose=false)
|
|
|
|
- input.list-name-input(type="text" placeholder="{{_ 'add-list'}}"
|
|
|
|
- autocomplete="off" autofocus)
|
|
|
|
- .edit-controls.clearfix
|
|
|
|
- button.primary.confirm(type="submit") {{_ 'save'}}
|
|
|
|
- a.fa.fa-times-thin.js-close-inlined-form
|
|
|
|
- else
|
|
|
|
- a.js-open-inlined-form
|
|
|
|
- i.fa.fa-plus
|
|
|
|
- | {{_ 'add-list'}}
|
|
|
|
|
|
+ .list-header
|
|
|
|
+ +inlinedForm(autoclose=false)
|
|
|
|
+ input.list-name-input.full-line(type="text" placeholder="{{_ 'add-list'}}"
|
|
|
|
+ autocomplete="off" autofocus)
|
|
|
|
+ .edit-controls.clearfix
|
|
|
|
+ button.primary.confirm(type="submit") {{_ 'save'}}
|
|
|
|
+ a.fa.fa-times-thin.js-close-inlined-form
|
|
|
|
+ else
|
|
|
|
+ a.open-list-composer.js-open-inlined-form
|
|
|
|
+ i.fa.fa-plus
|
|
|
|
+ | {{_ 'add-list'}}
|