summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/_remove_button.html.haml
blob: e765638953ae459273fc90b3b8e224909c9d9689 (plain)
1
2
3
4
5
6
7
8
- remove_form_id = local_assigns.fetch(:remove_form_id, nil)

- if group.paid?
  = render Pajamas::AlertComponent.new(dismissible: false, alert_class: 'gl-mb-5', alert_data: { testid: 'group-has-linked-subscription-alert' }) do |c|
    = c.body do
      = html_escape(_("This group can't be removed because it is linked to a subscription. To remove this group, %{linkStart}link the subscription%{linkEnd} with a different group.")) % { linkStart: "<a href=\"#{help_page_path('subscriptions/index', anchor: 'change-the-linked-namespace')}\">".html_safe, linkEnd: '</a>'.html_safe }

.js-confirm-danger{ data: group_settings_confirm_modal_data(group, remove_form_id) }