summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/authorized_applications/_delete_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/doorkeeper/authorized_applications/_delete_form.html.haml')
-rw-r--r--app/views/doorkeeper/authorized_applications/_delete_form.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/doorkeeper/authorized_applications/_delete_form.html.haml b/app/views/doorkeeper/authorized_applications/_delete_form.html.haml
new file mode 100644
index 00000000000..4bba72167e3
--- /dev/null
+++ b/app/views/doorkeeper/authorized_applications/_delete_form.html.haml
@@ -0,0 +1,4 @@
+- submit_btn_css ||= 'btn btn-link btn-remove'
+= form_tag oauth_authorized_application_path(application) do
+ %input{:name => "_method", :type => "hidden", :value => "delete"}/
+ = submit_tag 'Revoke', onclick: "return confirm('Are you sure?')", class: 'btn btn-link btn-remove btn-sm' \ No newline at end of file