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
iv
gitlab-ce
Commits
19068574
Commit
19068574
authored
Jun 15, 2016
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move group creation text to below the 'Project owner' field.
parent
fbc91599
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+5
-5
No files found.
app/views/projects/new.html.haml
View file @
19068574
...
...
@@ -17,17 +17,17 @@
.col-sm-10
=
f
.
select
:namespace_id
,
namespaces_options
(
:current_user
),
{},
{
class:
'select2 js-select-namespace'
,
tabindex:
1
}
-
if
current_user
.
can_create_group?
.help-block
Want to house several dependent projects under the same namespace?
=
link_to
"Create a group"
,
new_group_path
.form-group
=
f
.
label
:path
,
class:
'control-label'
do
Project name
.col-sm-10
=
f
.
text_field
:path
,
placeholder:
"my-awesome-project"
,
class:
"form-control"
,
tabindex:
2
,
autofocus:
true
,
required:
true
-
if
current_user
.
can_create_group?
.help-block
Want to house several dependent projects under the same namespace?
=
link_to
"Create a group"
,
new_group_path
-
if
import_sources_enabled?
.project-import.js-toggle-container
.form-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