diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb
index fef53d618..53754020f 100644
--- a/app/views/courses/show.html.erb
+++ b/app/views/courses/show.html.erb
@@ -10,13 +10,14 @@
<%= image_tag(url_to_avatar(e.event_author), :width => "42", :height => "42") %>
-
jacknudt
-
有了最新动态:
-
附件: 2.2完成乘10运算的图灵机.mp4附件: 2.2完成乘10运算的图灵机.mp4附件: 2.2完成乘10运算的图灵机.mp4
+ <%= 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 %>
- 发布时间 : 2014-11-26 10:19
+ <%= l :label_activity_time %> : <%= format_activity_day(day) %><%= format_time(e.event_datetime, false) %>
+
+ <%= 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) %>
+
+
+
+
+
+
+
+
+
+
+
+