11 lines
371 B
Text
11 lines
371 B
Text
<% 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 %>
|