Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-28 14:13:48 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-28 14:13:48 +0300
commit2ed974d22b386def4b7a3b0ab7881ffde8b8528a (patch)
tree4a155a71badf2eeed383e93952aea0a358cb163e /app/views/groups/labels
parent0f925d626af5206820462d489edb53d15c25cdea (diff)
Fix features
Diffstat (limited to 'app/views/groups/labels')
-rw-r--r--app/views/groups/labels/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml
index 5e37fcf0fee..215e782d3da 100644
--- a/app/views/groups/labels/index.html.haml
+++ b/app/views/groups/labels/index.html.haml
@@ -3,6 +3,7 @@
- can_admin_label = can?(current_user, :admin_label, @group)
- hide_class = ''
- hide = @available_labels.empty? || (params[:page].present? && params[:page] != '1')
+- issuables = ['issues', 'merge requests']
- if can_admin_label
- content_for(:header_content) do