From c64eefa0833b247e2a086cba8984b1459a0a3eab Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 21 Feb 2022 12:43:06 +0100 Subject: [PATCH] Formulaire --- app/views/admin/admins/_form.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/admin/admins/_form.html.haml b/app/views/admin/admins/_form.html.haml index 27ffe23..0429135 100644 --- a/app/views/admin/admins/_form.html.haml +++ b/app/views/admin/admins/_form.html.haml @@ -28,6 +28,12 @@ = f.input :password_confirmation, :label => "Confirmation :" + + = f.input :contact_role, :label => "Possibilité d'attribuer un contact ? " + + = f.input :color, :label => "Couleur du contact" + + .actions= f.submit "Sauvegarder", :class => "btn btn-primary"