Fix scoped links styling on milestones page
This commit is contained in:
parent
764cd218c5
commit
ea3831986b
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@
|
|||
%span.issuable-number= issuable.to_reference
|
||||
|
||||
- labels.each do |label|
|
||||
= link_to polymorphic_path(issuable_type_args, { milestone_title: @milestone.title, label_name: label.title, state: 'all' }) do
|
||||
- render_label(label)
|
||||
= render_label(label, link: polymorphic_path(issuable_type_args, { milestone_title: @milestone.title, label_name: label.title, state: 'all' }))
|
||||
|
||||
%span.assignee-icon
|
||||
- assignees.each do |assignee|
|
||||
|
|
Loading…
Reference in a new issue