otwarchive-sunsetarchive/app/views/user_mailer/collection_notification.html.erb
2026-03-17 01:16:49 -04:00

12 lines
282 B
Text
Executable file

<% content_for :message do %>
<p>
<%= t(".html.received_message", collection_link: style_link(@collection.title, collection_url(@collection))).html_safe %>
</p>
<%= style_quote(raw @message) %>
<% end %>
<% content_for :sent_at do %>
<%= l(Time.current) %>
<% end %>