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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
233 B
Text
Raw Normal View History

2022-06-21 17:19:12 +05:30
- submit_btn_css ||= 'gl-button btn btn-danger btn-danger-secondary btn-sm js-application-delete-button'
2022-05-07 20:08:51 +05:30
%button{ class: submit_btn_css, data: { path: admin_application_path(application), name: application.name } }
= _('Destroy')