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

12 lines
282 B
Text

<% 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 %>