14 lines
530 B
Plaintext
14 lines
530 B
Plaintext
<h2><%= t("welcome.welcome.title") %></h2>
|
|
<p><%= t("welcome.welcome.instructions_1_html") %></p>
|
|
<p><%= t("welcome.welcome.instructions_2_html") %></p>
|
|
<p><%= t("welcome.welcome.instructions_3_html") %></p>
|
|
<p>
|
|
<%= link_to t("welcome.welcome.verify_account"),
|
|
verification_path, class: "button success radius margin-top expand" %>
|
|
</p>
|
|
<p class="text-center">
|
|
<%= link_to t("welcome.welcome.go_to_index"),
|
|
root_path, class: "small margin-top expand" %>
|
|
</p>
|
|
<p><%= t("welcome.welcome.instructions_4_html") %></p>
|