Commit a7297e6c authored by Phil Hughes's avatar Phil Hughes

Merge branch '6300-fix-broken-epics-badge' into 'master'

Fix epic badges in Group sidebar

Closes #6300

See merge request gitlab-org/gitlab-ee!5973
parents 444a334b 754981ac
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
= sprite_icon('epic') = sprite_icon('epic')
%span.nav-item-name %span.nav-item-name
Epics Epics
%span.badge.count= number_with_delimiter(epics.count) %span.badge.badge-pill.count= number_with_delimiter(epics.count)
%ul.sidebar-sub-level-items %ul.sidebar-sub-level-items
= nav_link(path: epics_items, html_options: { class: "fly-out-top-item" } ) do = nav_link(path: epics_items, html_options: { class: "fly-out-top-item" } ) do
= link_to group_epics_path(group) do = link_to group_epics_path(group) do
%strong.fly-out-top-item-name= _('Epics') %strong.fly-out-top-item-name= _('Epics')
%span.badge.count.epic_counter.fly-out-badge= number_with_delimiter(epics.count) %span.badge.badge-pill.count.epic_counter.fly-out-badge= number_with_delimiter(epics.count)
%li.divider.fly-out-top-item %li.divider.fly-out-top-item
= nav_link(path: 'epics#index', html_options: { class: 'home' }) do = nav_link(path: 'epics#index', html_options: { class: 'home' }) do
= link_to group_epics_path(group), title: 'List' do = link_to group_epics_path(group), title: 'List' do
......
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