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

4 lines
158 B
Plaintext
Raw Normal View History

2011-05-31 11:12:02 +00:00
= form_for :hydrants, :url => info_window_path, :html => {:id => "back_form", :method => "get"} do |f|
2011-05-08 08:29:21 +00:00
= f.hidden_field "id"
= f.submit t("buttons.back")