Commit ad67bf51 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix collapsing of milestones and labels items

parent 78aa1bb4
......@@ -52,6 +52,7 @@
= nav_link(controller: :milestones) do
= link_to project_milestones_path(@project), title: 'Milestones' do
%i.fa.fa-clock-o
%span
Milestones
- if project_nav_tab? :issues
......@@ -74,6 +75,7 @@
= nav_link(controller: :labels) do
= link_to project_labels_path(@project), title: 'Labels' do
%i.fa.fa-tags
%span
Labels
- if project_nav_tab? :wiki
......
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