Skip to content

Commit

Permalink
Delete <br/> in new.html.erb #8
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeDex committed Mar 6, 2024
1 parent 12d719a commit 93b10fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/confirmations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= render "devise/shared/error_messages", resource: resource %>

<div class="field">
<%= f.label :email %><br />
<%= f.label :email %>
<%= f.email_field :email, autofocus: true, autocomplete: "email", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
</div>

Expand Down

0 comments on commit 93b10fc

Please sign in to comment.