summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/_permanent_deletion.html.haml
blob: 063ff6dd132cc0cf99973b291f6d41758b7f5501 (plain)
1
2
3
4
5
6
7
8
9
.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!')
    .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) }