From 0869b3d68d12b9e976d8eceb40d9c6b04f46dcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Thu, 9 Nov 2023 22:52:31 +0100 Subject: [PATCH] chore: custom signup --- app/views/users/new.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 1ab7d79..4aa57ea 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -1,4 +1,13 @@ <%= form_with scope: :user, url: users_path, class: 'container', local: true do |f| %> +
<%= f.label :email, class: 'col-2 col-form-label' %>