diff options
author | alpaca-tc <alpaca-tc@alpaca.tc> | 2017-05-17 22:36:56 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-17 15:36:56 +0200 |
commit | b397f6963338bf1572677771d2bd1fba3ec66c82 (patch) | |
tree | bc79a994f7ba3bba9cdd7fd7d5551a62ec245979 /app/views | |
parent | 5b3c7572caac0da640b54f21503b9a02277def5b (diff) |
Render translated view (#3093)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/auth/passwords/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/passwords/edit.html.haml b/app/views/auth/passwords/edit.html.haml index 88cc36bf3..5e2b4fbd6 100644 --- a/app/views/auth/passwords/edit.html.haml +++ b/app/views/auth/passwords/edit.html.haml @@ -11,4 +11,4 @@ .actions = f.button :button, t('auth.set_new_password'), type: :submit -.form-footer= render 'devise/shared/links' +.form-footer= render 'auth/shared/links' |