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:
Benjamin Tissoires 2019-01-24 12:09:23 +01:00
parent 5fa0821e07
commit dd88eb4cc1
5 changed files with 33 additions and 61 deletions

View file

@ -23,6 +23,8 @@ template(name="boardBody")
if isViewSwimlanes
each currentBoard.swimlanes
+swimlane(this)
if currentUser.isBoardMember
+addSwimlaneForm
if isViewLists
+listsGroup
if isViewCalendar