Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_delete_form.html.haml « applications « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d348ad507c29cc24e5dcc2f001574bc99bb330de (plain)
1
2
3
4
- submit_btn_css ||= 'gl-button btn btn-danger btn-sm'
= form_tag admin_application_path(application) do
  %input{ :name => "_method", :type => "hidden", :value => "delete" }/
  = submit_tag 'Destroy', class: submit_btn_css, data: { confirm: _('Are you sure?') }