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"