mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-25 01:13:03 -04:00
consistent headers
This commit is contained in:
@@ -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|
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user