<%= l(:label_activity)%>

<% if @events_by_day != nil && @events_by_day.size >0 %> <% @events_by_day.keys.sort.reverse.each do |day| %> <% sort_activity_events(@events_by_day[day]).each do |e, in_group| -%>
<%= image_tag(url_to_avatar(e.event_author), :width => "42", :height => "42") %>
<%= link_to_user_header(e.event_author,false,:class => 'problem_name c_orange fl') if e.respond_to?(:event_author) %> <%= link_to_user_header("(#{e.event_author})", @canShowRealName,:class => 'problem_name c_orange fl') if @canShowRealName && e.respond_to?(:event_author) %> <%= l(:label_new_activity) %>: <%= link_to "#{eventToLanguageCourse(e.event_type, @course)}: "<< format_activity_title(e.event_title), (e.event_type.eql?("attachment")&&e.container.kind_of?(Course)) ? course_files_path(e.container) : e.event_url,:class => "problem_tit c_dblue fl fb"%>

<%= e.event_description %>
<%= l :label_activity_time %> : <%= format_activity_day(day) %><%= format_time(e.event_datetime, false) %>

<% end%> <% end%> <% end%>
<%= image_tag(url_to_avatar(@user), :width => "42", :height => "42") %>
<%= link_to_user_header(@user,false,:class => 'problem_name c_orange fl') %> <%= link_to_user_header("(#{@user})", @canShowRealName,:class => 'problem_name c_orange fl') if @canShowRealName %> <%= l(:label_user_create_project) %>: <%= link_to @course.name,course_path(@course),:class => "problem_tit c_dblue fl fb"%>


<%= l :label_create_time %>: : <%= format_time(@course.created_at) %>