summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-15 10:57:41 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-21 11:36:54 -0700
commitfd2e1290e679d89e934acf560deea58967c5adb2 (patch)
tree2dc4d86ed3d952e2d211694e1331a12399702321
parent6f91ceecef9433b94859644096a1962d61964128 (diff)
downloadgitlab-ce-fd2e1290e679d89e934acf560deea58967c5adb2.tar.gz
Update copy; add monospace font to branch names
-rw-r--r--app/views/projects/merge_requests/conflicts/_commit_stats.html.haml4
-rw-r--r--app/views/projects/merge_requests/conflicts/_submit_form.html.haml6
2 files changed, 5 insertions, 5 deletions
diff --git a/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml b/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
index 964dc40a213..e6205f24ae6 100644
--- a/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
+++ b/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml
@@ -11,6 +11,6 @@
Showing
%strong.cred {{conflictsCountText}}
between
- %strong {{conflictsData.sourceBranch}}
+ %strong.ref-name {{conflictsData.sourceBranch}}
and
- %strong {{conflictsData.targetBranch}}
+ %strong.ref-name {{conflictsData.targetBranch}}
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 baec6963ec8..6af07c8998c 100644
--- a/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
+++ b/app/views/projects/merge_requests/conflicts/_submit_form.html.haml
@@ -4,12 +4,12 @@
.col-md-4
%h4 Resolve conflicts on source branch
.resolve-info
- Resolve the merge conflict by choosing
+ You can resolve the merge conflict using either the Interactive mode, by choosing
%code Use ours
or
%code Use theirs
- in all the conflicted files above. Commit these changes into
- #{link_to @merge_request.source_branch, project_tree_path(@merge_request.project, @merge_request.source_branch)}.
+ buttons, or by editing the files directly. Commit these changes into
+ #{link_to @merge_request.source_branch, project_tree_path(@merge_request.project, @merge_request.source_branch), class: "ref-name"}.
.col-md-8
%label.label-light{ "for" => "commit-message" }
#{ _('Commit message') }