Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2019-04-16 16:29:37 +0300
committerIgor Drozdov <idrozdov@gitlab.com>2019-04-16 20:46:09 +0300
commit716e71afde1486e1a01d30c003ef3880fc58acf6 (patch)
treefc6ba0d57c04dfdd735ef42eed9e24d145a4bf7e /app/views/notify
parentfac27e4a488545b779de4d9fc0ec2dafa39bc14d (diff)
Escape path in new merge request mail
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/new_merge_request_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_merge_request_email.html.haml b/app/views/notify/new_merge_request_email.html.haml
index 77d2e65d285..9ab648e2a64 100644
--- a/app/views/notify/new_merge_request_email.html.haml
+++ b/app/views/notify/new_merge_request_email.html.haml
@@ -3,7 +3,7 @@
#{link_to @merge_request.author_name, user_url(@merge_request.author)} created a merge request:
%p.details
- != merge_path_description(@merge_request, '&rarr;')
+ = merge_path_description(@merge_request, '→')
- if @merge_request.assignees.any?
%p