fix table
This commit is contained in:
parent
4a1ba50221
commit
8b562c6544
|
@ -4,7 +4,7 @@ class Projects extends Widget
|
|||
content: =>
|
||||
h1 "My Projects"
|
||||
|
||||
element "table" class: "table table-striped", ->
|
||||
element "table", class: "table table-striped", ->
|
||||
tr ->
|
||||
td "Name"
|
||||
td "Description"
|
||||
|
|
Loading…
Reference in New Issue