From f33367ebac5e43f428cdfdf0ac75223e8f624bc3 Mon Sep 17 00:00:00 2001 From: DV Dasari Date: Sun, 29 May 2016 18:19:15 -0500 Subject: [PATCH] align devise shared links properly on "Forgot your password" page --- app/views/devise/passwords/new.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index b32607760..2044264c8 100644 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -11,4 +11,6 @@ .form-actions.col-md-offset-2.col-md-8 = f.submit "Send me reset password instructions", :class => 'btn btn-primary' -= render "devise/shared/links" + .form-group + .col-md-offset-2.col-md-8 + = render "devise/shared/links"