Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aaee6fae
Commit
aaee6fae
authored
Mar 10, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing routes to the nav_link helper inside the group partial
parent
4c5f5675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/layouts/nav/_group.html.haml
app/views/layouts/nav/_group.html.haml
+1
-1
No files found.
app/views/layouts/nav/_group.html.haml
View file @
aaee6fae
...
...
@@ -32,7 +32,7 @@
Contribution Analytics
-
if
current_user
-
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
%span
Settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment