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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
2753cea7
Commit
2753cea7
authored
Dec 26, 2012
by
Andrey Kumanyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add variable form in user section
parent
25c57637
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/groups/people.html.haml
app/views/groups/people.html.haml
+3
-3
No files found.
app/views/groups/people.html.haml
View file @
2753cea7
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
.span3
.span3
=
render
'people_filter'
=
render
'people_filter'
.span9
.span9
-
if
@project
&&
can?
(
current_user
,
:manage_group
,
@group
)
-
if
can?
(
current_user
,
:manage_group
,
@group
)
=
render
"new_member"
=
render
(
@project
?
"new_member"
:
"new_group_member"
)
.ui-box
.ui-box
%h5
%h5
Team
Team
...
@@ -17,4 +17,4 @@
...
@@ -17,4 +17,4 @@
%span
.cgray
=
user
.
email
%span
.cgray
=
user
.
email
-
if
@group
.
owner
==
user
-
if
@group
.
owner
==
user
%span
.btn.btn-small.disabled.right
Group Owner
%span
.btn.btn-small.disabled.right
Group Owner
=
render
"new_group_member"
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