otwa-aggie/app/views/user_mailer/collection_notification.html.erb
2026-08-13 00:44:25 -04: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 %>