13 lines
505 B
Plaintext
13 lines
505 B
Plaintext
<% define_content :link do %>
|
|
<%= HostUrl.protocol %>://<%= HostUrl.context_host(asset.quiz.context) %>/<%= course_quiz_path(asset.quiz.context,asset.quiz) %>
|
|
<% end %>
|
|
|
|
<% define_content :subject do %>
|
|
<%= t :subject, "Quiz Regrade Finished: %{quiz}, %{context}", :quiz => asset.quiz.title, :context => asset.quiz.context.name %>
|
|
<% end %>
|
|
|
|
<%= t :body, "A regrade has finished for the quiz %{quiz}", :quiz => asset.quiz %>
|
|
|
|
<%= t :link_message, "You can view the quiz here:" %>
|
|
<%= content :link %>
|