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

_delete_form.html.haml « applications « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a5c917049defbf478f305a9a8aca35c2f5ac420 (plain)
1
2
3
4
- submit_btn_css ||= 'btn btn-link btn-remove btn-sm'
= 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