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

13 lines
577 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<% content_for :message do %>
<p><%= t('.welcome',
login: style_bold(@user.login)).html_safe %></p>
<p><%= t('.activate.html',
activate_account_link: style_link(t('.activate_your_account'), activate_url(id: @user.confirmation_token))) %></p>
<p><%= t('.features.html') %></p>
<p><%= t('.information.html',
faq_link: style_link(t('.faq'), archive_faqs_url),
admin_posts_link: style_link(t('.admin_posts'), admin_posts_url),
contact_support_link: support_link(t '.contact_support')) %></p>
<p><%= t('.bye') %></p>
<% end %>