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

12 lines
371 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<% content_for :message do %>
<%= t("mailer.general.greeting.formal.addressed_html", name: @user.login) %>
<%= t(".deleted.text", title: @work.title) %>
<%= t(".import_project.text", opendoors_link: "https://opendoors.transformativeworks.org/contact-open-doors/") %>
<%= t(".tos_violation.text", contact_abuse_url: new_abuse_report_url) %>
<%= t(".bye") %>
<% end %>