Commit 3535b92e authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/import/fogbugz/new.html.haml

parent 065bf168
...@@ -11,17 +11,6 @@ ...@@ -11,17 +11,6 @@
In the next steps, you'll be able to map users and select the projects In the next steps, you'll be able to map users and select the projects
you want to import. you want to import.
.form-group.row .form-group.row
<<<<<<< HEAD
= label_tag :uri, 'FogBugz URL', class: 'col-form-label'
.col-sm-4
= text_field_tag :uri, nil, placeholder: 'https://mycompany.fogbugz.com', class: 'form-control'
.form-group.row
= label_tag :email, 'FogBugz Email', class: 'col-form-label'
.col-sm-4
= text_field_tag :email, nil, class: 'form-control'
.form-group.row
= label_tag :password, 'FogBugz Password', class: 'col-form-label'
=======
= label_tag :uri, 'FogBugz URL', class: 'col-form-label col-sm-8' = label_tag :uri, 'FogBugz URL', class: 'col-form-label col-sm-8'
.col-sm-4 .col-sm-4
= text_field_tag :uri, nil, placeholder: 'https://mycompany.fogbugz.com', class: 'form-control' = text_field_tag :uri, nil, placeholder: 'https://mycompany.fogbugz.com', class: 'form-control'
...@@ -31,7 +20,6 @@ ...@@ -31,7 +20,6 @@
= text_field_tag :email, nil, class: 'form-control' = text_field_tag :email, nil, class: 'form-control'
.form-group.row .form-group.row
= label_tag :password, 'FogBugz Password', class: 'col-form-label col-sm-8' = label_tag :password, 'FogBugz Password', class: 'col-form-label col-sm-8'
>>>>>>> gitlab-ce/master
.col-sm-4 .col-sm-4
= password_field_tag :password, nil, class: 'form-control' = password_field_tag :password, nil, class: 'form-control'
.form-actions .form-actions
......
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