Merge pull request #3826 from betagouv/fix-form-header
sign_in: fix line breaks on form header
This commit is contained in:
commit
0c6b5c63d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
- if resource_name == :user
|
- if resource_name == :user
|
||||||
%p.register
|
%p.register
|
||||||
%span
|
%span
|
||||||
Nouveau sur demarches-simplifiees.fr ?
|
Nouveau sur demarches‑simplifiees.fr ?
|
||||||
= link_to "Créer un compte", new_registration_path(resource_name), class: "button primary auth-signup-button"
|
= link_to "Créer un compte", new_registration_path(resource_name), class: "button primary auth-signup-button"
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
Loading…
Add table
Reference in a new issue