2011-02-01 09:57:29 +08:00
|
|
|
<% define_content :link do %>
|
|
|
|
http://<%= HostUrl.context_host(asset.context) %>/<%= asset.context.class.to_s.downcase.pluralize %>/<%= asset.context_id %>/assignments/<%= asset.id %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% define_content :subject do %>
|
2011-05-07 02:44:34 +08:00
|
|
|
<%= t :subject, "Assignment Changed: %{title}, %{course}", :title => asset.title, :course => asset.context.name %>
|
|
|
|
<% end %>
|