summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/applications/_delete_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/doorkeeper/applications/_delete_form.html.haml')
-rw-r--r--app/views/doorkeeper/applications/_delete_form.html.haml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/doorkeeper/applications/_delete_form.html.haml b/app/views/doorkeeper/applications/_delete_form.html.haml
deleted file mode 100644
index 13ae18af2c5..00000000000
--- a/app/views/doorkeeper/applications/_delete_form.html.haml
+++ /dev/null
@@ -1,10 +0,0 @@
-- submit_btn_css ||= 'gl-button btn btn-danger btn-sm'
-= form_tag oauth_application_path(application) do
- %input{ :name => "_method", :type => "hidden", :value => "delete" }/
- - if defined? small
- = button_tag type: "submit", class: "gl-button btn btn-default", data: { confirm: _("Are you sure?") } do
- %span.sr-only
- = _('Destroy')
- = sprite_icon('remove')
- - else
- = submit_tag _('Destroy'), data: { confirm: _("Are you sure?") }, class: submit_btn_css