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

9 lines
305 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<% content_for :message do %>
<%= t("mailer.general.greeting.informal.addressed_html", name: @user.login) %>
<%= t(".body.text", count: @total, invitation_page_url: user_invitations_url(@user)) %>
<%= t("mailer.general.closing.informal") %>
<%= t("mailer.general.signature.app_short_name") %>
<% end %>