diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-05-13 21:57:16 -0600 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-05-16 14:03:18 -0600 |
commit | af428b12598f06073327bc63d75d9c358c95067a (patch) | |
tree | e82cb1b3cb69652dfc4746102db27e20a5c4b01b /app/views/notify | |
parent | c68c23210bdf9f0d7212fa55e7bef71ac0f87bcf (diff) | |
download | gitlab-ce-af428b12598f06073327bc63d75d9c358c95067a.tar.gz |
Fill in email on the new password form
Diffstat (limited to 'app/views/notify')
-rw-r--r-- | app/views/notify/new_user_email.html.haml | 2 |
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 39cb01d4d29..4feacdaacff 100644 --- a/app/views/notify/new_user_email.html.haml +++ b/app/views/notify/new_user_email.html.haml @@ -11,6 +11,6 @@ - if @user.created_by_id %p - = link_to "Click here to set your password", edit_password_url(@user, :reset_password_token => @token) + = link_to "Click here to set your password", edit_password_url(@user, reset_password_token: @token) %p = reset_token_expire_message |