2015-03-14 03:29:32 -04:00
|
|
|
- submit_btn_css ||= 'btn btn-link btn-remove btn-sm'
|
2015-01-17 18:37:27 -05:00
|
|
|
= form_tag admin_application_path(application) do
|
2016-12-26 05:47:16 -05:00
|
|
|
%input{ :name => "_method", :type => "hidden", :value => "delete" }/
|
2016-03-20 15:01:46 -04:00
|
|
|
= submit_tag 'Destroy', onclick: "return confirm('Are you sure?')", class: submit_btn_css
|