summaryrefslogtreecommitdiff
path: root/app/views/shared/_label.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_label.html.haml')
-rw-r--r--app/views/shared/_label.html.haml5
1 files changed, 3 insertions, 2 deletions
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),