mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Allow swimlanes reordering
This commit is contained in:
parent
c4fa9010f3
commit
37c94622e4
6 changed files with 91 additions and 34 deletions
|
|
@ -1,5 +1,5 @@
|
|||
template(name="swimlaneHeader")
|
||||
.swimlane-header-wrap
|
||||
.swimlane-header-wrap.js-swimlane-header
|
||||
+inlinedForm
|
||||
+editSwimlaneTitleForm
|
||||
else
|
||||
|
|
@ -9,7 +9,7 @@ template(name="swimlaneHeader")
|
|||
.swimlane-header-menu
|
||||
unless currentUser.isCommentOnly
|
||||
a.fa.fa-navicon.js-open-swimlane-menu
|
||||
|
||||
|
||||
template(name="editSwimlaneTitleForm")
|
||||
.list-composer
|
||||
input.list-name-input.full-line(type="text" value=title autofocus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue