From 51b418b503d30fdf51808cac1ab67ec7ae168388 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Sun, 30 Jul 2017 12:01:13 +0100 Subject: [ci skip] Adds hr between form fields --- app/views/projects/new.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views') 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 -- cgit v1.2.1