diff options
author | Igor Drozdov <idrozdov@gitlab.com> | 2019-04-16 16:29:37 +0300 |
---|---|---|
committer | Igor Drozdov <idrozdov@gitlab.com> | 2019-04-16 20:46:09 +0300 |
commit | 716e71afde1486e1a01d30c003ef3880fc58acf6 (patch) | |
tree | fc6ba0d57c04dfdd735ef42eed9e24d145a4bf7e /app/views/notify | |
parent | fac27e4a488545b779de4d9fc0ec2dafa39bc14d (diff) | |
download | gitlab-ce-716e71afde1486e1a01d30c003ef3880fc58acf6.tar.gz |
Escape path in new merge request mail
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/new_merge_request_email.html.haml | 2 |
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, '→') + = merge_path_description(@merge_request, '→') - if @merge_request.assignees.any? %p |