We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5afe1 commit c269bddCopy full SHA for c269bdd
1 file changed
app/views/devise/registrations/new.html.haml
@@ -6,6 +6,7 @@
6
%h3.panel-title
7
= t('Sign Up')
8
.panel-body
9
+ = render "devise/shared/error_messages", resource: resource
10
= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
11
= render partial: 'form_fields', locals: { f: f }
12
0 commit comments