summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-14 11:29:52 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-21 11:36:54 -0700
commit9c302285154d66ca804210cf32e6f801065f1ba2 (patch)
tree72424260e70905458a379bcff4207fdb2a14a2a1
parent06a2e3854e383fd8ae042af182c54f5d607f2302 (diff)
downloadgitlab-ce-9c302285154d66ca804210cf32e6f801065f1ba2.tar.gz
Fix merge conflict info
-rw-r--r--app/views/projects/merge_requests/conflicts/_submit_form.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/conflicts/_submit_form.html.haml b/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
index 46d9b2adc88..2ca21daa2ff 100644
--- a/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
+++ b/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
@@ -3,7 +3,13 @@
.form-group
.col-md-4
%h4 Resolve conflicts on source branch
- .resolve-info Resolve the merge conflict by choosing Ours or Theirs in all the conflicted files above. Commit these changes into {{conflictsData.sourceBranch}}.
+ .resolve-info
+ Resolve the merge conflict by choosing
+ %code Use ours
+ or
+ %code Use theirs
+ in all the conflicted files above. Commit these changes into
+ %strong {{conflictsData.sourceBranch}}.
.col-md-8
%label.label-light{ "for" => "commit-message" }
#{ _('Commit message') }