Skip to content

Commit

Permalink
this should look better
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Feb 14, 2017
1 parent 48edc6c commit de155ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keys.moon
Expand Up @@ -53,11 +53,11 @@ class extends lapis.Application
keys = Keys\select "* ORDER BY game DESC"
@html ->
a href: @url_for("gamekeys_add"), "add a key"
element "table", ->
element "table", class: "pure-table pure-table-striped", ->
tr ->
th "Game"
th "Type"
for key in *keys
tr ->
td key.game
td key.type
td Keys.types[key.type]

0 comments on commit de155ec

Please sign in to comment.