web_conference_recording_ready.email.html.mustache 508 B

12345678910111213141516
  1. <% define_content :link do %>
  2. <%= polymorphic_url([asset.context, :conferences]) %>
  3. <% end %>
  4. <% define_content :subject do %>
  5. <%= t :subject, "Web Conference Recording Ready: %{name}", :name => asset.context.name %>
  6. <% end %>
  7. <% define_content :footer_link do %>
  8. <a href="<%= content(:link) %>">
  9. <%= t :details_link, "Click here to see the details"%>
  10. </a>
  11. <% end %>
  12. <p><%= t :body, "Your recording of %{title} for %{name} is ready.", :title => asset.title, :name => asset.context.name %></p>