Commit df0cd020 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/admin/appearances/_form.html.haml

parent 89e21c91
...@@ -5,11 +5,7 @@ ...@@ -5,11 +5,7 @@
%legend %legend
Navigation bar: Navigation bar:
.form-group.row .form-group.row
<<<<<<< HEAD
= f.label :header_logo, 'Header logo', class: 'col-form-label'
=======
= f.label :header_logo, 'Header logo', class: 'col-sm-2 col-form-label' = f.label :header_logo, 'Header logo', class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10 .col-sm-10
- if @appearance.header_logo? - if @appearance.header_logo?
= image_tag @appearance.header_logo_url, class: 'appearance-light-logo-preview' = image_tag @appearance.header_logo_url, class: 'appearance-light-logo-preview'
...@@ -28,29 +24,17 @@ ...@@ -28,29 +24,17 @@
%legend %legend
Sign in/Sign up pages: Sign in/Sign up pages:
.form-group.row .form-group.row
<<<<<<< HEAD
= f.label :title, class: 'col-form-label'
.col-sm-10
= f.text_field :title, class: "form-control"
.form-group.row
= f.label :description, class: 'col-form-label'
=======
= f.label :title, class: 'col-sm-2 col-form-label' = f.label :title, class: 'col-sm-2 col-form-label'
.col-sm-10 .col-sm-10
= f.text_field :title, class: "form-control" = f.text_field :title, class: "form-control"
.form-group.row .form-group.row
= f.label :description, class: 'col-sm-2 col-form-label' = f.label :description, class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10 .col-sm-10
= f.text_area :description, class: "form-control", rows: 10 = f.text_area :description, class: "form-control", rows: 10
.hint .hint
Description parsed with #{link_to "GitLab Flavored Markdown", help_page_path('user/markdown'), target: '_blank'}. Description parsed with #{link_to "GitLab Flavored Markdown", help_page_path('user/markdown'), target: '_blank'}.
.form-group.row .form-group.row
<<<<<<< HEAD
= f.label :logo, class: 'col-form-label'
=======
= f.label :logo, class: 'col-sm-2 col-form-label' = f.label :logo, class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10 .col-sm-10
- if @appearance.logo? - if @appearance.logo?
= image_tag @appearance.logo_url, class: 'appearance-logo-preview' = image_tag @appearance.logo_url, class: 'appearance-logo-preview'
...@@ -67,11 +51,7 @@ ...@@ -67,11 +51,7 @@
%legend %legend
New project pages: New project pages:
.form-group.row .form-group.row
<<<<<<< HEAD
= f.label :new_project_guidelines, class: 'col-form-label'
=======
= f.label :new_project_guidelines, class: 'col-sm-2 col-form-label' = f.label :new_project_guidelines, class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10 .col-sm-10
= f.text_area :new_project_guidelines, class: "form-control", rows: 10 = f.text_area :new_project_guidelines, class: "form-control", rows: 10
.hint .hint
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment