Skip to content

Commit

Permalink
Update ksp.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 17, 2016
1 parent d0eefa3 commit e3d37e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp.moon
Expand Up @@ -57,7 +57,7 @@ class extends lapis.Application
}, ->
input type: "text", name: "query", placeholder: "Search for Crafts"
input type: "text", name: "ksp_version", placeholder: "KSP version?"
input type: "submit", value: "Search", "pure-button"
input type: "submit", value: "Search", class: "pure-button"
form {
action: @url_for "ksp_submit_crafts"
method: "POST"
Expand Down Expand Up @@ -160,7 +160,7 @@ class extends lapis.Application
}, ->
input type: "text", name: "query", placeholder: "Search for Crafts"
input type: "text", name: "ksp_version", placeholder: "KSP version?"
input type: "submit", value: "Search", "pure-button"
input type: "submit", value: "Search", class: "pure-button"
element "table", class: "pure-table", ->
tr ->
th style: "width:20%; word-wrap: break-word;", "Craft"
Expand Down Expand Up @@ -226,7 +226,7 @@ class extends lapis.Application
}, ->
input type: "text", name: "query", placeholder: "Search for Crafts"
input type: "text", name: "ksp_version", placeholder: "KSP version?"
input type: "submit", value: "Search", "pure-button"
input type: "submit", value: "Search", class: "pure-button"

element "table", class: "pure-table", ->
tr ->
Expand Down

0 comments on commit e3d37e1

Please sign in to comment.