summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-07-30 12:01:13 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-07-30 12:01:13 +0100
commit51b418b503d30fdf51808cac1ab67ec7ae168388 (patch)
treedf7fe9e2bb4e1a3e4c84e6b7093e5388ace1cf53 /app/views/projects
parente6ac171421cf19424a1312957b908cf67281da5e (diff)
downloadgitlab-ce-51b418b503d30fdf51808cac1ab67ec7ae168388.tar.gz
[ci skip] Adds hr between form fields
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/new.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 7bcdea3b59e..52041f5e38f 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -18,7 +18,7 @@
.col-lg-9.js-toggle-container
= form_for @project, html: { class: 'new_project' } do |f|
.row
- .col-lg-6
+ .col-lg-6.col-sm-12
.project-template
.form_group.clearfix
= f.label :template_project, class: 'label-light' do
@@ -26,7 +26,7 @@
= link_to icon('question-circle'), help_page_path("public_access/public_access"), aria: { label: "What's included in a template?" }, title: "What's included in a template?", class: 'has-tooltip', data: { placement: 'top'}
.col-sm-12.import-buttons
= render 'project_templates', f: f
- .col-lg-6
+ .col-lg-6.col-sm-12
- if import_sources_enabled?
.project-import
.form-group.clearfix
@@ -76,7 +76,7 @@
.js-toggle-content.hide
%hr
= render "shared/import_form", f: f
- %hr.js-toggle-content.hide
+ %hr
.row
.form-group.col-xs-12.col-sm-6