Skip to content

Commit

Permalink
typos!
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 30, 2017
1 parent 1c52007 commit 5f5414a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1000cards.moon
Expand Up @@ -28,7 +28,7 @@ class extends lapis.Application
div class: "right", card.rating

[card: "/card/:id[%d]"]: =>
if card = Cards\find id: id
if card = Cards\find id: @params.id
@html ->
h2 card.title
img src: card.artwork
Expand All @@ -54,7 +54,7 @@ class extends lapis.Application
input type: "text", name: "title", placeholder: "Title"
input type: "text", name: "description", placeholder: "Description"
input type: "text", name: "artwork", placeholder: "URL for card artwork"
input type: "number", name: "point_value", placeholder: "100"
input type: "number", name: "point_value", placeholder: "0"
input type: "submit", value: "Submit", class: "pure-button"

POST: =>
Expand Down

0 comments on commit 5f5414a

Please sign in to comment.