otwarchive-symphonyarchive/app/views/user_mailer/invite_request_declined.text.erb
2026-03-11 22:22:11 +00:00

12 lines
302 B
Text

<% content_for :message do %>
<%= t("mailer.general.greeting.formal.addressed_html", name: @user.login) %>
<%= t(".main", count: @total) %>
<%= t(".reason") %>
<%= to_plain_text(raw @reason) %>
<%= t("mailer.general.closing.formal") %>
<%= t("mailer.general.signature.app_short_name") %>
<% end %>