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
Kazuhiko Shiozaki
gitlab-ce
Commits
cab7d768
Commit
cab7d768
authored
Aug 15, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help#permissions improved
parent
304baaf8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
82 additions
and
75 deletions
+82
-75
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+7
-0
app/assets/stylesheets/gitlab_bootstrap/common.scss
app/assets/stylesheets/gitlab_bootstrap/common.scss
+8
-8
app/views/help/permissions.html.haml
app/views/help/permissions.html.haml
+67
-67
No files found.
app/assets/stylesheets/common.scss
View file @
cab7d768
...
...
@@ -361,3 +361,10 @@ img.emoji {
font-size
:
14px
;
line-height
:
24px
;
}
table
{
td
.permission-x
{
background
:
#D9EDF7
!
important
;
text-align
:
center
;
}
}
app/assets/stylesheets/gitlab_bootstrap/common.scss
View file @
cab7d768
/** COLORS **/
.cgray
{
color
:gray
}
.cred
{
color
:
#D12F19
}
.cgreen
{
color
:
#4a2
}
.cblue
{
color
:
#29A
}
.cblack
{
color
:
#111
}
.cdark
{
color
:
#444
}
.cwhite
{
color
:
#fff
!
important
}
.bgred
{
background
:
#F2DEDE
!
important
}
.cgray
{
color
:
gray
}
.cred
{
color
:
#D12F19
}
.cgreen
{
color
:
#4a2
}
.cblue
{
color
:
#29A
}
.cblack
{
color
:
#111
}
.cdark
{
color
:
#444
}
.cwhite
{
color
:
#fff
!
important
}
.bgred
{
background
:
#F2DEDE
!
important
}
/** COMMON CLASSES **/
.left
{
float
:left
}
...
...
app/views/help/permissions.html.haml
View file @
cab7d768
=
render
layout:
'help/layout'
do
%h3
.page-title
Permissions
%table
%table
.table
%thead
%tr
%t
d
%t
d
Guest
%t
d
Reporter
%t
d
Developer
%t
d
Master
%t
d
Owner
%t
h
Action
%t
h
Guest
%t
h
Reporter
%t
h
Developer
%t
h
Master
%t
h
Owner
%tbody
%tr
%td
Create new issue
%td
X
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Leave comments
%td
X
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Write on project wall
%td
X
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Pull project code
%td
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Download project
%td
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Create code snippets
%td
%td
X
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Create new merge request
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Create new branches
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Push to non-protected branches
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Remove non-protected branches
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Add tags
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Write a wiki
%td
%td
%td
X
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Add new team members
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Push to protected branches
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Remove protected branches
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Edit project
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Add Deploy Keys to project
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Configure Project Hooks
%td
%td
%td
%td
X
%td
%td
.permission-x
✓
%td
.permission-x
✓
%tr
%td
Switch public mode
%td
%td
%td
%td
%td
X
%td
.permission-x
✓
%tr
%td
Transfer project to another namespace
%td
%td
%td
%td
%td
X
%td
.permission-x
✓
%tr
%td
Remove project
%td
%td
%td
%td
%td
X
%td
.permission-x
✓
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