Fix docstring
This commit is contained in:
parent
b05f597569
commit
03b9b41baa
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
(in-package :ml-survey/views)
|
(in-package :ml-survey/views)
|
||||||
|
|
||||||
(defun survey (survey &optional results)
|
(defun survey (survey &optional results)
|
||||||
(check-type survey ml-survey:survey)
|
|
||||||
"Generates the view to show the survey created."
|
"Generates the view to show the survey created."
|
||||||
|
(check-type survey ml-survey:survey)
|
||||||
(with-page (:title "Survey Details")
|
(with-page (:title "Survey Details")
|
||||||
(navbar-en)
|
(navbar-en)
|
||||||
(:section :class "container"
|
(:section :class "container"
|
||||||
|
|
Loading…
Add table
Reference in a new issue