From e1ef4ac620d691af9f1d74da7e821acaa7577102 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Thu, 17 May 2018 16:18:56 +0100 Subject: Remove group label badge on group labels page --- app/views/shared/_label.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/views/shared/_label.html.haml') diff --git a/app/views/shared/_label.html.haml b/app/views/shared/_label.html.haml index 1f41cb26588..6272189e289 100644 --- a/app/views/shared/_label.html.haml +++ b/app/views/shared/_label.html.haml @@ -9,8 +9,9 @@ %li.label-list-item{ id: label_css_id, data: { id: label.id } } = render "shared/label_row", label: label, subject: subject %ul.label-actions-list - %li.inline - .label-badge.label-badge-gray= label.model_name.human.capitalize + - if controller.is_a?(Projects::LabelsController) + %li.inline + .label-badge.label-badge-gray= label.model_name.human.capitalize - if can?(current_user, :admin_label, label) - if @project.present? %li.inline.js-toggle-priority{ data: { url: remove_priority_project_label_path(@project, label), -- cgit v1.2.1