Skip to content
Snippets Groups Projects
Commit 3c157b6b authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Show Project name on Labels tab for Group and Dashboard context.

parent b6e5de2c
No related branches found
No related tags found
No related merge requests found
- show_project_name = local_assigns.fetch(:show_project_name, false)
- show_full_project_name = local_assigns.fetch(:show_full_project_name, false)
%ul.bordered-list.manage-labels-list
- labels.each do |label|
- milestone = @milestone.is_a?(Milestone) ? @milestone : label.milestone
 
%li
= render_colored_label(label)
- if show_project_name
%strong · #{milestone.project.name}
- elsif show_full_project_name
%strong · #{milestone.project.name_with_namespace}
- args = [milestone.project.namespace, milestone.project, milestone_title: milestone.title, label_name: label.title]
- options = args.extract_options!
%span.issues-count
= link_to namespace_project_issues_path(*args, options.merge(state: 'opened')) do
= pluralize label.open_issues_count, 'open issue'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment