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

6 lines
319 B
Plaintext
Raw Normal View History

2011-12-25 07:23:19 +00:00
= form_for :thing, :url => things_path, :method => :put, :html => {:id => "abandon_form", :class => "form-stacked"} 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 => ""
2011-12-25 07:23:19 +00:00
= f.submit t("buttons.abandon", :thing => t("defaults.thing")), :class => "btn danger"