debian-mirror-gitlab/app/views/doorkeeper/authorized_applications/_delete_form.html.haml
2018-11-20 20:47:30 +05:30

8 lines
353 B
Text

- if defined?(token)
- path = oauth_authorized_application_path(0, token_id: token)
- else
- path = oauth_authorized_application_path(application)
= form_tag path do
%input{ :name => "_method", :type => "hidden", :value => "delete" }/
= submit_tag _('Revoke'), onclick: "return confirm('#{_('Are you sure?')}')", class: 'btn btn-remove btn-sm'