8 lines
673 B
Text
8 lines
673 B
Text
- remove_form_id = local_assigns.fetch(:remove_form_id, nil)
|
|
|
|
- if group.paid?
|
|
= render Pajamas::AlertComponent.new(dismissible: false, alert_options: { class: 'gl-mb-5', 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) }
|