Commit 70848097 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'active_highlight' into 'master'

Active highlight

This will highlight active page regardless of the action we use.

See merge request !957
parents 47d5ef4b d6067296
......@@ -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: 'milestones#index') do
= nav_link(controller: [:group, :milestones]) 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