debian-mirror-gitlab/app/views/admin/applications/_delete_form.html.haml

5 lines
263 B
Text
Raw Normal View History

2021-01-03 14:25:43 +05:30
- submit_btn_css ||= 'gl-button btn btn-danger btn-sm'
2015-04-26 12:48:37 +05:30
= form_tag admin_application_path(application) do
2017-08-17 22:00:37 +05:30
%input{ :name => "_method", :type => "hidden", :value => "delete" }/
2019-12-04 20:38:33 +05:30
= submit_tag 'Destroy', class: submit_btn_css, data: { confirm: _('Are you sure?') }