1234567 |
- <% define_content :link do %>
- <%= polymorphic_url([asset.context, asset]) %>
- <% end %>
-
- <% define_content :subject do %>
- <%= t :subject, "Assignment Changed: %{title}, %{course}", :title => asset.title, :course => asset.context.name %>
- <% end %>
|