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
f19caa89
Commit
f19caa89
authored
Nov 01, 2016
by
Sean McGivern
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1194-click-on-projects-in-group-as-non-owner-leads-to-404' into 'master'
Closes #1194 See merge request !837
parents
b161fe70
de2d2d3e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
23 deletions
+26
-23
CHANGELOG-EE.md
CHANGELOG-EE.md
+1
-0
app/views/layouts/nav/_group_settings.html.haml
app/views/layouts/nav/_group_settings.html.haml
+25
-23
No files found.
CHANGELOG-EE.md
View file @
f19caa89
...
...
@@ -4,6 +4,7 @@ Please view this file on the master branch, on stable branches it's out of date.
-
gitlab:check rake task checks ES version according to requirements
-
Convert ASCII-8BIT LDAP DNs to UTF-8 to avoid unnecessary user deletions
-
[Fix] Only owner can see "Projects" button in group edit menu
## 8.13.2 (2016-10-31)
...
...
app/views/layouts/nav/_group_settings.html.haml
View file @
f19caa89
...
...
@@ -11,8 +11,10 @@
=
icon
(
'cog'
)
=
icon
(
'caret-down'
)
%ul
.dropdown-menu.dropdown-menu-align-right
-
if
can_admin_group
=
nav_link
(
path:
'groups#projects'
)
do
=
link_to
'Projects'
,
projects_group_path
(
@group
),
title:
'Projects'
-
if
can_edit
||
can_leave
%li
.divider
-
if
can_edit
-
if
ldap_enabled?
...
...
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