11 lines
441 B
Text
11 lines
441 B
Text
<% content_for :message do %>
|
|
<%= t(".finished_generating.text", collection_title: @collection.title, collection_url: collection_url(@collection)) %>
|
|
|
|
<%= t(".matches_available.text", matching_page_url: collection_potential_matches_url(@collection)) %>
|
|
<% end %>
|
|
|
|
<% content_for :footer_note do %>
|
|
<%= collection_footer_note_text(@is_collection_email, @collection) -%>
|
|
<% end %>
|
|
|
|
<% content_for :sent_at do %><%= l(Time.current) %><% end %>
|