mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Merge pull request #726 from biosistemika/lg-SCI-1430
Added data hook and form id for GA tracking [SCI-1430]
This commit is contained in:
commit
b10e2aa34b
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
<div class="center-block center-block-narrow">
|
||||
<h2>Sign up</h2>
|
||||
|
||||
<%= form_for(:user, as: resource_name, url: registration_path(resource_name)) do |f| %>
|
||||
<div data-hook="sign-up-form-hook">
|
||||
<%= form_for(:user, as: resource_name, url: registration_path(resource_name), html: { id: "sign-up-form" } ) do |f| %>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :full_name %>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<%= f.submit 'Sign up', class: 'btn btn-primary' %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
<%= render 'users/shared/links' %>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue