From d78f4a8faf10058b7d0c47803ad9a9fd896261da Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 11 Oct 2018 10:23:34 +0200 Subject: [PATCH] [#2692] Make the sign up button a primary button on the sign in page --- app/views/users/sessions/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/sessions/new.html.haml b/app/views/users/sessions/new.html.haml index 943afd7a3..daf99bc9f 100644 --- a/app/views/users/sessions/new.html.haml +++ b/app/views/users/sessions/new.html.haml @@ -57,4 +57,4 @@ %p.register %span Nouveau sur demarches-simplifiees.fr ? - = link_to "Créer un compte", new_registration_path(resource_name), class: "button auth-signup-button" + = link_to "Créer un compte", new_registration_path(resource_name), class: "button primary auth-signup-button"