fix table

This commit is contained in:
Christine Dodrill 2015-02-01 00:18:48 -08:00
parent 4a1ba50221
commit 8b562c6544
1 changed files with 1 additions and 1 deletions

View File

@ -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"