Update survey details view

This commit is contained in:
Marcus Kammer 2024-06-22 15:07:24 +02:00
parent b37dffa8cc
commit 64f901d232

View file

@ -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