BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
09617b7d
Commit
09617b7d
authored
Jul 17, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'project-sidebar-members' into 'master'
Fixed project members link not staying active Closes gitlab-ee#2942 See merge request !12882
parents
05329d4a
5a281ea9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
_new_project_sidebar.html.haml
app/views/layouts/nav/_new_project_sidebar.html.haml
+3
-3
No files found.
app/views/layouts/nav/_new_project_sidebar.html.haml
View file @
09617b7d
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
Snippets
Snippets
-
if
project_nav_tab?
:settings
-
if
project_nav_tab?
:settings
=
nav_link
(
path:
%w[projects#edit
members#show
integrations#show services#edit repository#show ci_cd#show pages#show]
)
do
=
nav_link
(
path:
%w[projects#edit
project_members#index
integrations#show services#edit repository#show ci_cd#show pages#show]
)
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
=
link_to
edit_project_path
(
@project
),
title:
'Settings'
,
class:
'shortcuts-tree'
do
%span
%span
Settings
Settings
...
@@ -177,8 +177,8 @@
...
@@ -177,8 +177,8 @@
=
link_to
edit_project_path
(
@project
),
title:
'General'
do
=
link_to
edit_project_path
(
@project
),
title:
'General'
do
%span
%span
General
General
=
nav_link
(
controller: :members
)
do
=
nav_link
(
controller: :
project_
members
)
do
=
link_to
project_
settings
_members_path
(
@project
),
title:
'Members'
do
=
link_to
project_
project
_members_path
(
@project
),
title:
'Members'
do
%span
%span
Members
Members
-
if
can_edit
-
if
can_edit
...
...
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