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

12 lines
430 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<% content_for :message do %>
<p><%= t("mailer.general.greeting.formal.addressed_html", name: style_bold(@user.login)) %></p>
<p><%= t(".deleted.html", title: style_creation_title(@work.title)) %></p>
<p><%= t(".import_project.html", opendoors_link: opendoors_link(t(".opendoors"))) %></p>
<p><%= t(".tos_violation.html", contact_abuse_link: abuse_link(t(".contact_abuse"))) %></p>
<p><%= t(".bye") %></p>
<% end %>