12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
<% define_content :link do %>
|
|
<%= asset.epub_export ? epub_exports_url : polymorphic_url([asset.context, :content_exports]) %>
|
|
<% end %>
|
|
|
|
<% define_content :subject do %>
|
|
<%= t :subject, "Course Export Finished: %{course}", :course => asset.context.name %>
|
|
<% end %>
|
|
|
|
<%= t :body, %{Your content export for "%{course}" has finished.}, :course => asset.context.name %>
|
|
|
|
<%= content :link %>
|