Commit e1ef4ac6 authored by Luke Bennett's avatar Luke Bennett

Remove group label badge on group labels page

parent 2fd334b8
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment