From bdefa9dad9127fdaf594b7a8b71dc92e927eb6bb Mon Sep 17 00:00:00 2001 From: Brenda Date: Sat, 30 Nov 2019 20:49:54 +1300 Subject: [PATCH] consistent headers --- app/views/devise/confirmations/new.html.haml | 2 +- app/views/devise/passwords/new.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml index c3e1867ac..1dfdf14ec 100644 --- a/app/views/devise/confirmations/new.html.haml +++ b/app/views/devise/confirmations/new.html.haml @@ -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| diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index 1c2f57872..56173bd12 100644 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -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,