Update survey details view
This commit is contained in:
parent
b37dffa8cc
commit
64f901d232
1 changed files with 20 additions and 19 deletions
|
@ -4,9 +4,10 @@
|
|||
"Generates the view to show the survey created."
|
||||
(check-type survey ml-survey:survey)
|
||||
(with-page (:title "Survey Details")
|
||||
(navbar-en)
|
||||
(:section :class "container"
|
||||
(:p (format nil "Survey ID: ~a" (ml-survey:survey-id survey)))
|
||||
(body-header "Survey Details" (navbar-en))
|
||||
(:main :id "main-content"
|
||||
:class "container"
|
||||
(:p (format nil "ID: ~a" (ml-survey:survey-id survey)))
|
||||
(:h2 "Properties")
|
||||
(ml-survey:survey-html survey)
|
||||
(when results
|
||||
|
|
Loading…
Add table
Reference in a new issue