10 lines
359 B
Text
10 lines
359 B
Text
<% content_for :message do %>
|
|
<p><%= t("mailer.general.greeting.formal.addressed_html", name: style_bold(@user.login)) %></p>
|
|
|
|
<p><%= t(".main", count: @total) %></p>
|
|
<p><%= t(".reason") %></p>
|
|
<p><%= style_quote(@reason) %></p>
|
|
|
|
<p><%= t("mailer.general.closing.formal") %><br />
|
|
<%= t("mailer.general.signature.app_short_name") %></p>
|
|
<% end %>
|