fix reset password breakage by avoiding encoding ampersand in url (closes #123)

This commit is contained in:
wvengen 2013-06-11 00:01:57 +02:00
parent ad29a238f2
commit b7f71f5859
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
= t '.text', user: @user.nick, link: @link, expires: I18n.l(@user.reset_password_expires)
= raw t '.text', user: @user.nick, link: @link, expires: I18n.l(@user.reset_password_expires)