summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorPratik Borsadiya <pratikborsadiya@gmail.com>2017-02-13 22:41:39 +0530
committerPratik Borsadiya <pratikborsadiya@gmail.com>2017-02-13 22:41:39 +0530
commit4304ea802ffd8c09a3880856db41bbe8ce4f64a0 (patch)
tree9434a112c1456559df239955fca204f68b075288 /app/views/projects/edit.html.haml
parent79e8e6134f89c4a09a422ca128a7579d844f040c (diff)
downloadgitlab-ce-4304ea802ffd8c09a3880856db41bbe8ce4f64a0.tar.gz
Layout alignment fix in new project and edit project screen
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 9c5c1a6d707..c533a29999a 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -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 &amp; Permissions
.form_group.prepend-top-20.sharing-and-permissions