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

_delete_project_button.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54a9931941808c6b497fb819df46717e25433ba8 (plain)
1
= link_to _('Delete'), project, data: { confirm: remove_project_message(project) }, method: :delete, class: "btn gl-button btn-danger"