Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 9, 2018
1 parent 90eaa99 commit 82f5185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/KSPCraftsSearchWidget.moon
Expand Up @@ -7,13 +7,13 @@ class KSPCraftsSearchWidget extends Widget
method: "GET"
-- style: "display: inline-block;"
}, ->
div class: "field has-addons", ->
div class: "field has-addons-centered", ->
div class: "control", ->
a class: "button", href: @url_for("ksp_crafts_index"), "View submitted crafts"
div class: "control", ->
a class: "button", href: @url_for("ksp_crafts_submit"), "Submit a craft!"

div class: "control is-expanded", ->
div class: "control", ->
input class: "input", type: "text", name: "name", placeholder: "Search for Craft", value: @params.name
-- div class: "control", ->
-- input class: "input", type: "text", name: "tags", placeholder: "Tags"
Expand Down

0 comments on commit 82f5185

Please sign in to comment.