adopt-a-hydrant/app/views/things/_steal.html.haml

6 lines
266 B
Plaintext
Raw Normal View History

= form_for :hydrant, :url => things_path, :method => :put, :html => {:id => "steal_form"} do |f|
2011-05-08 08:29:21 +00:00
= f.hidden_field "id"
= f.hidden_field "user_id", :value => ""
= f.hidden_field "name", :value => ""
= f.submit t("buttons.steal", :thing => t("buttons.thing"))