about summary refs log tree commit diff
path: root/app/views/auth/passwords
diff options
context:
space:
mode:
authoralpaca-tc <alpaca-tc@alpaca.tc>2017-05-17 22:36:56 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-17 15:36:56 +0200
commitb397f6963338bf1572677771d2bd1fba3ec66c82 (patch)
treebc79a994f7ba3bba9cdd7fd7d5551a62ec245979 /app/views/auth/passwords
parent5b3c7572caac0da640b54f21503b9a02277def5b (diff)
Render translated view (#3093)
Diffstat (limited to 'app/views/auth/passwords')
-rw-r--r--app/views/auth/passwords/edit.html.haml2
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'