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

4 lines
156 B
Plaintext
Raw Normal View History

2011-09-16 05:00:04 +00:00
= form_for :things, :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")