2011-09-15 21:41:26 +00:00
|
|
|
= 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 => ""
|
2011-09-15 21:02:16 +00:00
|
|
|
= f.submit t("buttons.steal", :thing => t("buttons.thing"))
|