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
e96f8373
Commit
e96f8373
authored
Jun 06, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ee-47362-members-tabs' into 'master'
Member tabs EE port See merge request gitlab-org/gitlab-ee!5988
parents
b35105ba
069c7f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/views/projects/project_members/index.html.haml
app/views/projects/project_members/index.html.haml
+4
-4
No files found.
app/views/projects/project_members/index.html.haml
View file @
e96f8373
...
...
@@ -19,10 +19,10 @@
-
if
can_admin_project_members
&&
project_can_be_shared?
-
if
!
membership_locked?
&&
@project
.
allowed_to_share_with_group?
%ul
.nav-links.nav.nav-tabs.gitlab-tabs
{
role:
'tablist'
}
%li
.
active
{
role:
'presentation'
}
%a
{
href:
'#add-member-pane'
,
id:
'add-member-tab'
,
data:
{
toggle:
'tab'
},
role:
'tab'
}
Add member
%li
{
role:
'presentation'
,
class:
(
'active'
if
membership_locked?
)
}
%a
{
href:
'#share-with-group-pane'
,
id:
'share-with-group-tab'
,
data:
{
toggle:
'tab'
},
role:
'tab'
}
Share with group
%li
.
nav-tab
{
role:
'presentation'
}
%a
.nav-link.active
{
href:
'#add-member-pane'
,
id:
'add-member-tab'
,
data:
{
toggle:
'tab'
},
role:
'tab'
}
Add member
%li
.nav-tab
{
role:
'presentation'
,
class:
(
'active'
if
membership_locked?
)
}
%a
.nav-link
{
href:
'#share-with-group-pane'
,
id:
'share-with-group-tab'
,
data:
{
toggle:
'tab'
},
role:
'tab'
}
Share with group
.tab-content.gitlab-tab-content
.tab-pane.active
{
id:
'add-member-pane'
,
role:
'tabpanel'
}
...
...
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