Condense and stripe projects table
This commit is contained in:
parent
d19ca0430e
commit
d2f68a3423
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
relative-last-update)))
|
relative-last-update)))
|
||||||
|
|
||||||
(define (page-projects request body index)
|
(define (page-projects request body index)
|
||||||
(respond `((table (@ (class "table"))
|
(respond `((table (@ (class "table table-condensed table-striped"))
|
||||||
(thead
|
(thead
|
||||||
(tr
|
(tr
|
||||||
(th "Name")
|
(th "Name")
|
||||||
|
|
Loading…
Reference in a new issue