* views/shared/authentication etc i18n * remove ja.yml * Update _providers_registration_form.html.erb * Update registrations_spec.rb * Update _email_registration_form.html.erb * Update _forem_creator_signup.html.erb * Update spec/requests/registrations_spec.rb Co-authored-by: Michael Kohl <citizen428@forem.com> * Update dashboard_spec.rb * Update dashboard_spec.rb * Update _forem_creator_signup.html.erb * Update _forem_creator_signup.html.erb Co-authored-by: Michael Kohl <citizen428@forem.com>
6 lines
352 B
Text
6 lines
352 B
Text
<a href="<%= sign_up_path(state: "new-user") %>" class="crayons-btn" aria-label="<%= t("views.auth.create.aria_label") %>" data-no-instant>
|
|
<%= t("views.auth.create.text") %>
|
|
</a>
|
|
<a href="<%= sign_up_path %>" class="crayons-btn crayons-btn--ghost-brand" aria-label="<%= t("views.auth.login.aria_label") %>">
|
|
<%= t("views.auth.login.text") %>
|
|
</a>
|