From 8b562c654403a984082b0a22cd23f7073cd50612 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Feb 2015 00:18:48 -0800 Subject: [PATCH] fix table --- views/projects.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/projects.moon b/views/projects.moon index 4548050..4b226a0 100644 --- a/views/projects.moon +++ b/views/projects.moon @@ -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"