gitlab-org--gitlab-foss/app/views/admin/applications/_delete_form.html.haml

4 lines
264 B
Plaintext
Raw Normal View History

2015-03-14 07:29:32 +00:00
- submit_btn_css ||= 'btn btn-link btn-remove btn-sm'
2015-01-17 23:37:27 +00:00
= form_tag admin_application_path(application) do
%input{:name => "_method", :type => "hidden", :value => "delete"}/
= submit_tag 'Destroy', onclick: "return confirm('Are you sure?')", class: submit_btn_css