summaryrefslogtreecommitdiff
path: root/app/views/devise/confirmations/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/confirmations/new.html.haml')
-rw-r--r--app/views/devise/confirmations/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/confirmations/new.html.haml b/app/views/devise/confirmations/new.html.haml
index 73e70dc63e5..f8aa3cf98dc 100644
--- a/app/views/devise/confirmations/new.html.haml
+++ b/app/views/devise/confirmations/new.html.haml
@@ -3,7 +3,7 @@
.login-body
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post, class: 'gl-show-field-errors' }) do |f|
.devise-errors
- = devise_error_messages!
+ = render "devise/shared/error_messages", resource: resource
.form-group
= f.label :email
= f.email_field :email, class: "form-control", required: true, title: 'Please provide a valid email address.'