17 lines
415 B
Text
17 lines
415 B
Text
|
|
<% content_for :message do %>
|
||
|
|
<%= t('.welcome',
|
||
|
|
login: @user.login) %>
|
||
|
|
|
||
|
|
<%= t('.activate.text',
|
||
|
|
activate_account_url: activate_url(id: @user.confirmation_token)) %>
|
||
|
|
|
||
|
|
<%= t('.features.text') %>
|
||
|
|
|
||
|
|
<%= t('.information.text',
|
||
|
|
faq_url: archive_faqs_url,
|
||
|
|
admin_posts_url: admin_posts_url,
|
||
|
|
contact_support_url: new_feedback_report_url) %>
|
||
|
|
|
||
|
|
<%= t('.bye') %>
|
||
|
|
<% end %>
|