Reformat code
This commit is contained in:
parent
1bab7ca3ca
commit
f135599d53
1 changed files with 10 additions and 4 deletions
14
index.lisp
14
index.lisp
|
@ -86,11 +86,17 @@
|
||||||
(with-title-bar "Active Projects")
|
(with-title-bar "Active Projects")
|
||||||
(with-section-projects
|
(with-section-projects
|
||||||
(dolist (project *active-projects*)
|
(dolist (project *active-projects*)
|
||||||
(destructuring-bind (cheader citems curl) project
|
(destructuring-bind
|
||||||
|
(cheader citems curl)
|
||||||
|
project
|
||||||
(with-card*
|
(with-card*
|
||||||
:card-header cheader
|
:card-header
|
||||||
:card-items citems
|
cheader
|
||||||
:card-body (btn (:url curl) (t9n "view-details" *lang*)))))))
|
:card-items
|
||||||
|
citems
|
||||||
|
:card-body
|
||||||
|
(btn (:url curl)
|
||||||
|
(t9n "view-details" *lang*)))))))
|
||||||
;; --
|
;; --
|
||||||
;; Contact
|
;; Contact
|
||||||
;; --
|
;; --
|
||||||
|
|
Loading…
Add table
Reference in a new issue