Commit aaee6fae authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Added missing routes to the nav_link helper inside the group partial

parent 4c5f5675
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
Contribution Analytics Contribution Analytics
- if current_user - if current_user
- if can_admin_group || can_edit - if can_admin_group || can_edit
= nav_link(path: %w[groups#projects groups#edit]) do = nav_link(path: %w[groups#projects groups#edit ldap_group_links#index hooks#index audit_events#index pipeline_quota#index]) do
= link_to projects_group_path(@group), title: 'Settings' do = link_to projects_group_path(@group), title: 'Settings' do
%span %span
Settings Settings
......
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