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

9 lines
295 B
Text

<% content_for :message do %>
<%= t("mailer.general.greeting.formal.addressed_html", name: @user.login) %>
<%= t(".flagged_as_spam.text", work_title: @work.title, work_url: work_url(@work)) %>
<%= t(".future") %>
<%= t(".questions.text", contact_abuse_url: new_abuse_report_url) %>
<% end %>