mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Merge remote-tracking branch 'origin/upgrade/bootstrap-43' into upgrade/bootstrap-43
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
= form_for(resource, as: resource_name,
|
||||
url: confirmation_path(resource_name),
|
||||
html: { method: :post, class: 'form-horizontal', role: 'form' }) do |f|
|
||||
= devise_error_messages!
|
||||
|
||||
= render 'devise/shared/error_messages', resource: resource
|
||||
%p Enter either your login name or your email address to resend the confirmation email.
|
||||
|
||||
= f.text_field :login, class: 'form-control', placeholder: 'email or login name'
|
||||
|
||||
Reference in New Issue
Block a user