Fix body-header
This commit is contained in:
parent
b289519b9f
commit
6c2148662a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"Generates the view to create a new survey."
|
"Generates the view to create a new survey."
|
||||||
(let ((questionnaires (list-questionnaires)))
|
(let ((questionnaires (list-questionnaires)))
|
||||||
(with-page (:title "New Survey")
|
(with-page (:title "New Survey")
|
||||||
(body-header "New Survey"
|
(body-header t "New Survey"
|
||||||
(with-navbar (:brand "ml-survey" :active-item "New Survey")
|
(with-navbar (:brand "ml-survey" :active-item "New Survey")
|
||||||
"Home" "/" "New Survey" "/new-survey"))
|
"Home" "/" "New Survey" "/new-survey"))
|
||||||
(body-main t
|
(body-main t
|
||||||
|
|
Loading…
Add table
Reference in a new issue