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