summaryrefslogtreecommitdiff
path: root/app/views/notify/new_user_email.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-16 21:24:53 -0700
committerStan Hu <stanhu@gmail.com>2015-09-16 21:24:53 -0700
commitb71a9fcdebe722442e404334954be1908de22a22 (patch)
tree95e3f30fcf2ffa236455413610ad064ffbea9f8c /app/views/notify/new_user_email.html.haml
parentcac969229aab74ab5dcd7682c4f1c3a74a17b9d6 (diff)
downloadgitlab-ce-b71a9fcdebe722442e404334954be1908de22a22.tar.gz
Fix HTML link that was improperly escaped in new user e-mail
Closes https://github.com/gitlabhq/gitlabhq/issues/9640
Diffstat (limited to 'app/views/notify/new_user_email.html.haml')
-rw-r--r--app/views/notify/new_user_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_user_email.html.haml b/app/views/notify/new_user_email.html.haml
index 4feacdaacff..6b9b42dcf37 100644
--- a/app/views/notify/new_user_email.html.haml
+++ b/app/views/notify/new_user_email.html.haml
@@ -13,4 +13,4 @@
%p
= link_to "Click here to set your password", edit_password_url(@user, reset_password_token: @token)
%p
- = reset_token_expire_message
+ = raw reset_token_expire_message