From b71a9fcdebe722442e404334954be1908de22a22 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 16 Sep 2015 21:24:53 -0700 Subject: Fix HTML link that was improperly escaped in new user e-mail Closes https://github.com/gitlabhq/gitlabhq/issues/9640 --- app/views/notify/new_user_email.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/notify/new_user_email.html.haml') 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 -- cgit v1.2.1