summaryrefslogtreecommitdiff
path: root/app/views/doorkeeper/applications/_delete_form.html.haml
blob: bf8098f38d06cd8f4d759a5be5336e75573ea800 (plain)
1
2
3
4
- submit_btn_css ||= 'btn btn-link btn-remove btn-small'
= form_tag oauth_application_path(application) do
  %input{:name => "_method", :type => "hidden", :value => "delete"}/
  = submit_tag 'Destroy', onclick: "return confirm('Are you sure?')", class: submit_btn_css