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

6 lines
240 B
Plaintext
Raw Normal View History

2011-05-31 11:12:02 +00:00
= form_for :hydrant, :url => hydrants_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 "Steal this hydrant"