mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
4 lines
267 B
Plaintext
4 lines
267 B
Plaintext
- submit_btn_css ||= 'btn btn-link btn-remove btn-small'
|
|
= form_tag admin_application_path(application) do
|
|
%input{:name => "_method", :type => "hidden", :value => "delete"}/
|
|
= submit_tag 'Destroy', onclick: "return confirm('Are you sure?')", class: submit_btn_css |