Commit cb69e76a authored by Marin Jankovski's avatar Marin Jankovski

Use correct controller name, namespacing ignored.

parent 83fd03f2
......@@ -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