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

_delete_form.html.haml « authorized_applications « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bba72167e3ebc8a0a55721befcfcffa091eec77 (plain)
1
2
3
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'