logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b397f6963338bf1572677771d2bd1fba3ec66c82
parent: 5b3c7572caac0da640b54f21503b9a02277def5b
Author: alpaca-tc <alpaca-tc@alpaca.tc>
Date:   Wed, 17 May 2017 22:36:56 +0900

Render translated view (#3093)


Diffstat:

Mapp/views/auth/passwords/edit.html.haml2+-
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 @@ -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'