summaryrefslogtreecommitdiff
path: root/app/views/notify/resolved_all_discussions_email.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-01-15 19:52:26 +0530
committerYorick Peterse <yorickpeterse@gmail.com>2019-01-31 16:52:48 +0100
commit08c1989b0dcbf41410cd1bfc0fbfa5d79df2aedf (patch)
tree61d0166b1f3164eff76aeed258eb3eca609d8267 /app/views/notify/resolved_all_discussions_email.html.haml
parent35b8f103a87811e0a825773aad3e3d04ee85fa9e (diff)
downloadgitlab-ce-08c1989b0dcbf41410cd1bfc0fbfa5d79df2aedf.tar.gz
Use `sanitize_name` to sanitize URL in user full name
Diffstat (limited to 'app/views/notify/resolved_all_discussions_email.html.haml')
-rw-r--r--app/views/notify/resolved_all_discussions_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/resolved_all_discussions_email.html.haml b/app/views/notify/resolved_all_discussions_email.html.haml
index 522421b7cc3..502b8f21e35 100644
--- a/app/views/notify/resolved_all_discussions_email.html.haml
+++ b/app/views/notify/resolved_all_discussions_email.html.haml
@@ -1,2 +1,2 @@
%p
- All discussions on Merge Request #{@merge_request.to_reference} were resolved by #{@resolved_by.name}
+ All discussions on Merge Request #{@merge_request.to_reference} were resolved by #{sanitize_name(@resolved_by.name)}