BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
35b31ba8
Commit
35b31ba8
authored
Feb 15, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'create-new-project-ui-fix' into 'master'
Layout alignment fix in new project and edit project screen See merge request !9201
parents
e8213b34
4304ea80
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
projects.scss
app/assets/stylesheets/pages/projects.scss
+2
-6
edit.html.haml
app/views/projects/edit.html.haml
+2
-2
new.html.haml
app/views/projects/new.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
35b31ba8
...
...
@@ -35,12 +35,8 @@
margin-bottom
:
10px
;
}
.project-path
{
padding-right
:
0
;
.form-control
{
border-radius
:
$border-radius-base
;
}
.project-path
.form-control
{
border-radius
:
$border-radius-base
;
}
.input-group
>
div
{
...
...
app/views/projects/edit.html.haml
View file @
35b31ba8
...
...
@@ -6,7 +6,7 @@
.col-lg-9
.project-edit-errors
=
form_for
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
],
remote:
true
,
html:
{
multipart:
true
,
class:
"edit-project"
},
authenticity_token:
true
do
|
f
|
%fieldset
.append-bottom-0
%fieldset
.row
.form-group.col-md-9
=
f
.
label
:name
,
class:
'label-light'
,
for:
'project_name_edit'
do
...
...
@@ -33,7 +33,7 @@
=
f
.
text_field
:tag_list
,
value:
@project
.
tag_list
.
to_s
,
maxlength:
2000
,
class:
"form-control"
%p
.help-block
Separate tags with commas.
%hr
%fieldset
.append-bottom-0
%fieldset
%h5
.prepend-top-0
Sharing
&
Permissions
.form_group.prepend-top-20.sharing-and-permissions
...
...
app/views/projects/new.html.haml
View file @
35b31ba8
...
...
@@ -12,7 +12,7 @@
Create or Import your project from popular Git services
.col-lg-9
=
form_for
@project
,
html:
{
class:
'new_project'
}
do
|
f
|
%fieldset
.append-bottom-0
.row
.form-group.col-xs-12.col-sm-6
=
f
.
label
:namespace_id
,
class:
'label-light'
do
%span
...
...
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