8 lines
305 B
Text
8 lines
305 B
Text
<% 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 %>
|