diff --git a/app/views/users/registrations/new.html.erb b/app/views/users/registrations/new.html.erb index a3bde133a..19412417b 100644 --- a/app/views/users/registrations/new.html.erb +++ b/app/views/users/registrations/new.html.erb @@ -2,8 +2,8 @@

Sign up

- - <%= form_for(:user, as: resource_name, url: registration_path(resource_name)) do |f| %> +
+ <%= form_for(:user, as: resource_name, url: registration_path(resource_name), html: { id: "sign-up-form-ga" }) do |f| %>
<%= f.label :full_name %> @@ -44,7 +44,7 @@ <%= f.submit 'Sign up', class: 'btn btn-primary' %>
<% end %> - +
<%= render 'users/shared/links' %>