From b397f6963338bf1572677771d2bd1fba3ec66c82 Mon Sep 17 00:00:00 2001 From: alpaca-tc Date: Wed, 17 May 2017 22:36:56 +0900 Subject: [PATCH] Render translated view (#3093) --- app/views/auth/passwords/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'