Commit 7aa8bfc1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'correct_active_link' into 'master'

Correct active link for group milestones

Fixes #1399

See merge request !945
parents 1b765541 cb69e76a
......@@ -2,7 +2,7 @@
= nav_link(path: 'groups#show', html_options: {class: 'home'}) do
= link_to group_path(@group), title: "Home" do
Activity
= nav_link(path: 'groups#milestones') do
= nav_link(path: 'milestones#index') do
= link_to group_milestones_path(@group) do
Milestones
= nav_link(path: 'groups#issues') 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