Commit 210c24a7 authored by Clement Ho's avatar Clement Ho

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

parent e5e18018
......@@ -2,17 +2,6 @@
= form_errors(@label)
.form-group.row
<<<<<<< HEAD
= f.label :title, class: 'col-form-label'
.col-sm-10
= f.text_field :title, class: "form-control", required: true
.form-group.row
= f.label :description, class: 'col-form-label'
.col-sm-10
= f.text_field :description, class: "form-control js-quick-submit"
.form-group.row
= f.label :color, "Background color", class: 'col-form-label'
=======
= f.label :title, class: 'col-form-label col-sm-2'
.col-sm-10
= f.text_field :title, class: "form-control", required: true
......@@ -22,7 +11,6 @@
= f.text_field :description, class: "form-control js-quick-submit"
.form-group.row
= f.label :color, "Background color", class: 'col-form-label col-sm-2'
>>>>>>> gitlab-ce/master
.col-sm-10
.input-group
.input-group-prepend
......
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