align devise shared links properly on "Forgot your password" page

This commit is contained in:
DV Dasari
2016-05-29 18:19:15 -05:00
parent 45c8767234
commit f33367ebac

View File

@@ -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"