From e8d2c2579383897a1dd7f9debd359abe8ae8373d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jul 2021 09:55:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-1-stable-ee --- app/views/groups/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/groups/show.html.haml') diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 628425bf463..76850f0a884 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -6,6 +6,8 @@ - if show_thanks_for_purchase_banner? = render_if_exists 'shared/thanks_for_purchase_banner', plan_title: plan_title, quantity: params[:purchased_quantity].to_i += render_if_exists 'shared/qrtly_reconciliation_alert', group: @group + - if show_invite_banner?(@group) = content_for :group_invite_members_banner do .container-fluid.container-limited{ class: "gl-pb-2! gl-pt-6! #{@content_class}" } -- cgit v1.2.3