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)))
|
||||
|
||||
(define (page-projects request body index)
|
||||
(respond `((table (@ (class "table"))
|
||||
(respond `((table (@ (class "table table-condensed table-striped"))
|
||||
(thead
|
||||
(tr
|
||||
(th "Name")
|
||||
|
|
Loading…
Reference in a new issue