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
5b3bf155
Commit
5b3bf155
authored
Oct 21, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8112 from cirosantilli/factor-group-tips
Factor group tips
parents
72abe9f6
f7d01f20
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
app/views/admin/groups/_form.html.haml
app/views/admin/groups/_form.html.haml
+1
-6
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+1
-6
app/views/shared/_group_tips.html.haml
app/views/shared/_group_tips.html.haml
+6
-0
No files found.
app/views/admin/groups/_form.html.haml
View file @
5b3bf155
...
@@ -29,12 +29,7 @@
...
@@ -29,12 +29,7 @@
.col-sm-2
.col-sm-2
.col-sm-10
.col-sm-10
.bs-callout.bs-callout-info
.bs-callout.bs-callout-info
%ul
=
render
'shared/group_tips'
%li
A group is a collection of several projects
%li
Groups are private by default
%li
Members of a group may only view projects they have permission to access
%li
Group project URLs are prefixed with the group namespace
%li
Existing projects may be moved into a group
.form-actions
.form-actions
=
f
.
submit
'Create group'
,
class:
"btn btn-create"
=
f
.
submit
'Create group'
,
class:
"btn btn-create"
=
link_to
'Cancel'
,
admin_groups_path
,
class:
"btn btn-cancel"
=
link_to
'Cancel'
,
admin_groups_path
,
class:
"btn btn-cancel"
...
...
app/views/groups/new.html.haml
View file @
5b3bf155
...
@@ -27,12 +27,7 @@
...
@@ -27,12 +27,7 @@
.form-group
.form-group
.col-sm-2
.col-sm-2
.col-sm-10
.col-sm-10
%ul
=
render
'shared/group_tips'
%li
A group is a collection of several projects
%li
Groups are private by default
%li
Members of a group may only view projects they have permission to access
%li
Group project URLs are prefixed with the group namespace
%li
Existing projects may be moved into a group
.form-actions
.form-actions
=
f
.
submit
'Create group'
,
class:
"btn btn-create"
,
tabindex:
3
=
f
.
submit
'Create group'
,
class:
"btn btn-create"
,
tabindex:
3
app/views/shared/_group_tips.html.haml
0 → 100644
View file @
5b3bf155
%ul
%li
A group is a collection of several projects
%li
Groups are private by default
%li
Members of a group may only view projects they have permission to access
%li
Group project URLs are prefixed with the group namespace
%li
Existing projects may be moved into a group
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