13 lines
590 B
Plaintext
13 lines
590 B
Plaintext
<% define_content :link do %>
|
|
<%= HostUrl.protocol %>://<%= HostUrl.context_host(asset.context) %>/<%= asset.context.class.to_s.downcase.pluralize %>/<%= asset.context_id %>/imports/migrate/<%= asset.id %>
|
|
<% end %>
|
|
|
|
<% define_content :subject do %>
|
|
<%= t :subject, "Your content for \"%{course_name}\" is ready to be imported", :course_name => asset.migration_settings[:course_name] %>
|
|
<% end %>
|
|
|
|
<%= t :body, "Your content is ready to be imported into your course." %>
|
|
|
|
<%= t :link_message, "Click this link to choose which items of your content to import:" %>
|
|
<%= content :link %>
|