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

6 lines
200 B
Plaintext
Raw Normal View History

2011-05-08 08:29:21 +00:00
= form_for @hydrant, :html => {:id => "steal_form"} do |f|
= f.hidden_field "id"
= f.hidden_field "user_id", :value => ""
= f.hidden_field "name", :value => ""
= f.submit "Steal this hydrant"