mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
swimlane-view: have the swimlane header horizontal
This allows to use the header as a separator between swimlanes. This will be most useful when we can set the background color of these headers.
This commit is contained in:
parent
5fa0821e07
commit
dd88eb4cc1
5 changed files with 33 additions and 61 deletions
|
|
@ -23,6 +23,8 @@ template(name="boardBody")
|
|||
if isViewSwimlanes
|
||||
each currentBoard.swimlanes
|
||||
+swimlane(this)
|
||||
if currentUser.isBoardMember
|
||||
+addSwimlaneForm
|
||||
if isViewLists
|
||||
+listsGroup
|
||||
if isViewCalendar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue