summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-07-31 17:33:10 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-07-31 17:33:10 +0100
commitcb127785e08c37fd1f5e0dd11ca2327930fa443a (patch)
treea75badec00f109cffc243f6d720476c2439576ee /app/views/projects/new.html.haml
parent51b418b503d30fdf51808cac1ab67ec7ae168388 (diff)
downloadgitlab-ce-cb127785e08c37fd1f5e0dd11ca2327930fa443a.tar.gz
Adds CSS for desktop and mobile
Diffstat (limited to 'app/views/projects/new.html.haml')
-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 52041f5e38f..50013ee53b5 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -18,15 +18,15 @@
.col-lg-9.js-toggle-container
= form_for @project, html: { class: 'new_project' } do |f|
.row
- .col-lg-6.col-sm-12
+ .col-lg-6.col-sm-12.new-project-first-column
.project-template
.form_group.clearfix
= f.label :template_project, class: 'label-light' do
Create from template
= 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
+ %div
= render 'project_templates', f: f
- .col-lg-6.col-sm-12
+ .col-lg-6.col-sm-12.new-project-second-column
- if import_sources_enabled?
.project-import
.form-group.clearfix