|
|
|
@ -79,6 +79,8 @@
|
|
|
|
|
<% cache (act) do %>
|
|
|
|
|
<%= render :partial => 'users/course_create', :locals => {:activity => act, :user_activity_id => act.id} %>
|
|
|
|
|
<%end%>
|
|
|
|
|
<% when 'JournalsForMessage'%>
|
|
|
|
|
<%= render :partial => 'users/course_journalsformessage', :locals => {:activity => act, :user_activity_id => user_activity.id} %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% when 'Project' %>
|
|
|
|
|
<% case user_activity.act_type.to_s %>
|
|
|
|
|