2011-02-01 09:57:29 +08:00
|
|
|
<% define_content :link do %>
|
2014-03-14 01:44:09 +08:00
|
|
|
<%= course_users_url(asset.course_id) %>
|
2011-02-01 09:57:29 +08:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% define_content :subject do %>
|
2011-06-30 06:47:21 +08:00
|
|
|
<%= t :subject, "%{user} accepted the Course Invitation", :user => asset.user.name %>
|
2011-02-01 09:57:29 +08:00
|
|
|
<% end %>
|
|
|
|
|
2015-11-24 05:51:29 +08:00
|
|
|
<%= t "%{user} just accepted their invitation to participate in the course, %{course}. Course role: %{role_type}",
|
|
|
|
:user => asset.user.name, :course => asset.course.name, :role_type => asset.readable_role_name %>
|
2011-02-01 09:57:29 +08:00
|
|
|
|
2011-06-30 06:47:21 +08:00
|
|
|
<%= t :details, "See the list of current enrollments here:" %>
|
2011-02-01 09:57:29 +08:00
|
|
|
<%= content :link %>
|