debian-mirror-gitlab/app/views/groups/settings/_permanent_deletion.html.haml
2021-01-03 14:25:43 +05:30

8 lines
438 B
Text

.sub-section
%h4.danger-title= _('Remove group')
= form_tag(group, method: :delete) do
%p
= _('Removing this group also removes all child projects, including archived projects, and their resources.')
%br
%strong= _('Removed group can not be restored!')
= button_to _('Remove group'), '#', class: 'gl-button btn btn-danger js-confirm-danger', data: { 'confirm-danger-message' => remove_group_message(group) }