add a h1 title to the page
This commit is contained in:
parent
571875e0f3
commit
f101658d1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue