Commit d6067296 authored by Marin Jankovski's avatar Marin Jankovski

Active link based on controller rather than action.

parent 47d5ef4b
......@@ -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