mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
- Maybe custom html should be here. But it still does not work yet.
Thanks to xet7 !
This commit is contained in:
parent
575b0241e4
commit
bd1df642fa
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ template(name="board")
|
||||||
+spinner
|
+spinner
|
||||||
|
|
||||||
template(name="boardBody")
|
template(name="boardBody")
|
||||||
| {{currentSetting.customHTMLafterBodyStart}}
|
|
||||||
.board-wrapper(class=currentBoard.colorClass)
|
.board-wrapper(class=currentBoard.colorClass)
|
||||||
+sidebar
|
+sidebar
|
||||||
.board-canvas.js-swimlanes.js-perfect-scrollbar(
|
.board-canvas.js-swimlanes.js-perfect-scrollbar(
|
||||||
|
|
@ -28,7 +27,6 @@ template(name="boardBody")
|
||||||
+listsGroup
|
+listsGroup
|
||||||
if isViewCalendar
|
if isViewCalendar
|
||||||
+calendarView
|
+calendarView
|
||||||
| {{currentSetting.customHTMLbeforeBodyEnd}}
|
|
||||||
|
|
||||||
template(name="calendarView")
|
template(name="calendarView")
|
||||||
.calendar-view.swimlane
|
.calendar-view.swimlane
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,9 @@ template(name="userFormsLayout")
|
||||||
template(name="defaultLayout")
|
template(name="defaultLayout")
|
||||||
+header
|
+header
|
||||||
#content
|
#content
|
||||||
|
| {{{currentSetting.customHTMLafterBodyStart}}}
|
||||||
+Template.dynamic(template=content)
|
+Template.dynamic(template=content)
|
||||||
|
| {{{currentSetting.customHTMLbeforeBodyEnd}}}
|
||||||
if (Modal.isOpen)
|
if (Modal.isOpen)
|
||||||
#modal
|
#modal
|
||||||
.overlay
|
.overlay
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue