Merge branch 'main' of git.sr.ht:~marcuskammer/dev.metalisp.survey
This commit is contained in:
commit
bfc496a4d6
1 changed files with 15 additions and 14 deletions
|
@ -21,6 +21,7 @@ SURVEYS: List of survey objects."
|
|||
(:a :class "btn btn-primary"
|
||||
:href "/new-survey"
|
||||
"New Survey")))
|
||||
(when surveys
|
||||
(:h2 :class "mb-3" "Overview")
|
||||
(:ol :class "list-group list-group-numbered"
|
||||
(loop for survey in surveys
|
||||
|
@ -34,4 +35,4 @@ SURVEYS: List of survey objects."
|
|||
title)
|
||||
(if description
|
||||
(:span description)
|
||||
nil))))))))
|
||||
nil)))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue