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"
|
(:a :class "btn btn-primary"
|
||||||
:href "/new-survey"
|
:href "/new-survey"
|
||||||
"New Survey")))
|
"New Survey")))
|
||||||
|
(when surveys
|
||||||
(:h2 :class "mb-3" "Overview")
|
(:h2 :class "mb-3" "Overview")
|
||||||
(:ol :class "list-group list-group-numbered"
|
(:ol :class "list-group list-group-numbered"
|
||||||
(loop for survey in surveys
|
(loop for survey in surveys
|
||||||
|
@ -34,4 +35,4 @@ SURVEYS: List of survey objects."
|
||||||
title)
|
title)
|
||||||
(if description
|
(if description
|
||||||
(:span description)
|
(:span description)
|
||||||
nil))))))))
|
nil)))))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue