otwarchive-symphonyarchive/app/views/user_mailer/signup_notification.text.erb

17 lines
415 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% 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 %>