- Maybe custom html should be here. But it still does not work yet.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-16 22:50:23 +02:00
parent 575b0241e4
commit bd1df642fa
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,6 @@ template(name="board")
+spinner
template(name="boardBody")
| {{currentSetting.customHTMLafterBodyStart}}
.board-wrapper(class=currentBoard.colorClass)
+sidebar
.board-canvas.js-swimlanes.js-perfect-scrollbar(
@ -28,7 +27,6 @@ template(name="boardBody")
+listsGroup
if isViewCalendar
+calendarView
| {{currentSetting.customHTMLbeforeBodyEnd}}
template(name="calendarView")
.calendar-view.swimlane

View file

@ -38,7 +38,9 @@ template(name="userFormsLayout")
template(name="defaultLayout")
+header
#content
| {{{currentSetting.customHTMLafterBodyStart}}}
+Template.dynamic(template=content)
| {{{currentSetting.customHTMLbeforeBodyEnd}}}
if (Modal.isOpen)
#modal
.overlay