From 64877fe2ac30f0a255e7740ab5bea486e327cd95 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 21 Apr 2019 19:07:33 +1200 Subject: [PATCH] more tidy up of password reset form --- app/views/devise/passwords/new.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index 1ff9114ff..f7ee373db 100644 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -11,6 +11,4 @@ = f.text_field :login, class: "form-control mb-4", placeholder: "E-mail", type: "email" = f.submit "Send me reset password instructions", class: 'btn btn-block my-4 btn-primary' - .form-group - .col-md-offset-2.col-md-8 - = render "devise/shared/links" + = render "devise/shared/links"