* Don't use instantclick for linking to registration page * Make registration link not navigatable by instantclick * Always remove instantclick param for email signup * Revert "Make registration link not navigatable by instantclick" This reverts commit 29a2e0aa7693b4fcccf8c56c3e378185ffd16c6d.
6 lines
254 B
Text
6 lines
254 B
Text
<a href="<%= sign_up_path(state: "new-user") %>" class="crayons-btn" aria-label="Create new account" data-no-instant>
|
|
Create new account
|
|
</a>
|
|
<a href="<%= sign_up_path %>" class="crayons-btn crayons-btn--ghost-brand" aria-label="Log in">
|
|
Log in
|
|
</a>
|