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"