Commit dd0052bf authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/abuse_reports/new.html.haml

parent 1bb97947
......@@ -7,20 +7,12 @@
= f.hidden_field :user_id
.form-group.row
<<<<<<< HEAD
= f.label :user_id, class: 'col-form-label'
=======
= f.label :user_id, class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10
- name = "#{@abuse_report.user.name} (@#{@abuse_report.user.username})"
= text_field_tag :user_name, name, class: "form-control", readonly: true
.form-group.row
<<<<<<< HEAD
= f.label :message, class: 'col-form-label'
=======
= f.label :message, class: 'col-sm-2 col-form-label'
>>>>>>> gitlab-ce/master
.col-sm-10
= f.text_area :message, class: "form-control", rows: 2, required: true, value: sanitize(@ref_url)
.form-text.text-muted
......
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