mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 00:14:07 +01:00
Add siwmlane button. Allow card drop between swimlanes
This commit is contained in:
parent
690a5b9703
commit
ee2a43dd5b
9 changed files with 109 additions and 25 deletions
|
|
@ -22,19 +22,3 @@ template(name="boardBody")
|
|||
.board-overlay
|
||||
each currentBoard.swimlanes
|
||||
+swimlane(this)
|
||||
// if currentUser.isBoardMember
|
||||
// +addSwimlaneForm
|
||||
|
||||
template(name="addListForm")
|
||||
.list.js-list.list-composer.js-list-composer
|
||||
.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'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue