From 23c49f870635dc3b8da047bca201b7a0dc26856d Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 5 Dec 2023 18:30:07 +0200 Subject: [PATCH] add sign up email placeholder --- app/views/devise/registrations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/show.html.erb b/app/views/devise/registrations/show.html.erb index 23483bdf..c421644f 100644 --- a/app/views/devise/registrations/show.html.erb +++ b/app/views/devise/registrations/show.html.erb @@ -8,7 +8,7 @@
<%= f.label :email, class: 'label' %> - <%= f.email_field :email, autofocus: true, autocomplete: 'email', class: 'base-input' %> + <%= f.email_field :email, autofocus: true, autocomplete: 'email', class: 'base-input', placeholder: 'Enter email to continue' %>