Skip to content

Commit

Permalink
Update john.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 27, 2016
1 parent 8ce554d commit a418099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions john.moon
Expand Up @@ -27,14 +27,15 @@ class extends lapis.Application
Johnny = JOHNS\get_page page
if #Johnny > 0
p "Recent Johns:"
for j in *Johnny
element "table", ->
element "table", ->
for j in *Johnny
tr ->
form {
class: "pure-form"
action: @url_for "john_voat"
method: "POST"
}, ->
td j.score
td j.john
td ->
input type: "checkbox", name: "plus"
Expand Down

0 comments on commit a418099

Please sign in to comment.