debian-mirror-gitlab/app/views/groups/settings/_permanent_deletion.html.haml

10 lines
474 B
Text
Raw Normal View History

2020-03-13 15:44:24 +05:30
.sub-section
%h4.danger-title= _('Remove group')
= form_tag(group, method: :delete) do
%p
2020-04-08 14:13:33 +05:30
= _('Removing this group also removes all child projects, including archived projects, and their resources.')
2020-03-13 15:44:24 +05:30
%br
%strong= _('Removed group can not be restored!')
2020-10-24 23:57:45 +05:30
.gl-display-flex.gl-justify-content-end
= button_to _('Remove group'), '#', class: 'btn btn-remove js-confirm-danger', data: { 'confirm-danger-message' => remove_group_message(group) }