adopt-a-hydrant/app/views/users/_reminder.html.haml

6 lines
321 B
Plaintext
Raw Normal View History

2011-06-13 22:39:39 +00:00
= form_for :reminder, :url => reminders_path, :html => {:id => "reminder_form", :method => "post"} do |f|
= f.hidden_field "from_user_id", :value => current_user.id
= f.hidden_field "to_user_id", :value => @hydrant.user.id
= f.hidden_field "hydrant_id", :value => @hydrant.id
= f.submit "Send reminder to shovel"