add a h1 title to the page

This commit is contained in:
clemkeirua 2020-06-03 16:10:11 +02:00 committed by Paul Chavard (Rebase PR Action)
parent 571875e0f3
commit f101658d1a

View file

@ -3,7 +3,7 @@
.auth-form.sign-in-form
= form_for User.new, url: user_session_path, html: { class: "form" } do |f|
%h2.huge-title Connectez-vous
%h1.huge-title Connectez-vous
= f.label :email, "Email (nom@site.com)"
= f.text_field :email, type: :email, autocomplete: 'username', autofocus: true