Commit 6e08d69c authored by Robert Speicher's avatar Robert Speicher

Restore Contribution Analytics to Group navigation

parent a923be95
......@@ -41,6 +41,11 @@
= icon('users fw')
%span
Members
= nav_link(controller: [:stats]) do
= link_to group_analytics_path(@group), title: 'Contribution Analytics', data: {placement: 'right'} do
= icon('bar-chart fw')
%span
Contribution Analytics
- if can?(current_user, :admin_group, @group)
= nav_link(html_options: { class: "separate-item" }) do
= link_to edit_group_path(@group), title: 'Settings' 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