* 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>
21 lines
937 B
Text
21 lines
937 B
Text
<% title t("views.auth.wizard.meta.title") %>
|
|
<div class="crayons-card crayons-card--secondary crayons-notice crayons-notice--success mx-auto mt-8 mb-10 p-4 fs-2xl lh-base align-center" style="width:96%;max-width:1300px;" aria-live="polite">
|
|
<h1 class="m-7 mb-3"><%= t("views.auth.wizard.heading") %></h1>
|
|
<img class="m-7 mb-2 radius-default" alt="Dancing Baby Groot GIF" src="https://media.giphy.com/media/F9hQLAVhWnL56/giphy.gif" style="height:220px" />
|
|
<p class="mb-4 mt-6">
|
|
<%= t("views.auth.wizard.step_1") %>
|
|
</p>
|
|
<p class="mb-4">
|
|
<%= t("views.auth.wizard.step_2_html", path: link_to(admin_config_path, admin_config_path)) %>
|
|
</p>
|
|
<p class="mb-4">
|
|
<%= t("views.auth.wizard.step_3") %>
|
|
</p>
|
|
<p class="mb-8">
|
|
<%= t("views.auth.wizard.step_4") %>
|
|
</p>
|
|
<p class="mb-7 fw-bold">
|
|
<%= t("views.auth.wizard.step_5") %>
|
|
</p>
|
|
<%= render "shared/authentication/email_registration_form" %>
|
|
</div>
|