From: alpaca-tc Date: Wed, 17 May 2017 13:36:56 +0000 (+0900) Subject: Render translated view (#3093) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b397f6963338bf1572677771d2bd1fba3ec66c82;p=mastodon.git Render translated view (#3093) --- 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'