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
Jérome Perrin
gitlab-ce
Commits
37ab1120
Commit
37ab1120
authored
9 years ago
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move "Add Group" button higher up in new project form
parent
6252fe45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+5
-8
No files found.
app/views/projects/new.html.haml
View file @
37ab1120
...
...
@@ -22,6 +22,11 @@
#{
root_url
}#{
current_user
.
username
}
/
=
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
...
...
@@ -96,14 +101,6 @@
.form-actions
=
f
.
submit
'Create project'
,
class:
"btn btn-create project-submit"
,
tabindex:
4
-
if
current_user
.
can_create_group?
.pull-right
.light.inline
.space-right
Need a group for several dependent projects?
=
link_to
new_group_path
,
class:
"btn"
do
Create a group
.save-project-loader.hide
.center
%h2
...
...
This diff is collapsed.
Click to expand it.
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