consistent headers

This commit is contained in:
Brenda
2019-11-30 20:49:54 +13:00
parent bb4ea1ed0d
commit bdefa9dad9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.form-page
.card.form-card
%h2 Resend confirmation instructions
%h1 Resend confirmation instructions
= form_for(resource, as: resource_name,
url: confirmation_path(resource_name),
html: { method: :post, class: 'form-horizontal', role: 'form' }) do |f|

View File

@@ -1,7 +1,7 @@
.form-page
%section.card.form-card
%h2 Forgot your password?
%h1 Forgot your password?
= form_for(resource, as: resource_name,
url: password_path(resource_name),
html: { method: :post,