From 01950c3944738b918666230b7d36304cd17ce823 Mon Sep 17 00:00:00 2001 From: Eugenia Grieff Date: Thu, 8 Aug 2019 06:25:20 +0000 Subject: CE port for bulk updating group labels - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827 --- app/views/groups/issues.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/issues.html.haml') diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index 2163446425c..bf077eb09d2 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -1,4 +1,4 @@ -- @can_bulk_update = can?(current_user, :admin_issue, @group) +- @can_bulk_update = can?(current_user, :admin_issue, @group) && @group.feature_available?(:group_bulk_edit) - page_title "Issues" = content_for :meta_tags do -- cgit v1.2.3