<% @project_acts.first(4).each do |act| %>
<% if act.org_act_type == "Issue" %>
diff --git a/app/views/organizations/_org_subfield_rightT.html.erb b/app/views/organizations/_org_subfield_rightT.html.erb
index 0dc1ac583..f28c3fdbb 100644
--- a/app/views/organizations/_org_subfield_rightT.html.erb
+++ b/app/views/organizations/_org_subfield_rightT.html.erb
@@ -3,13 +3,13 @@
<% when 'course' %>
<% if @course_acts.blank? %>
-
<%= field.name %>
+
课程动态
<%= render :partial => 'organizations/org_subfield_rightT_default', :locals => {:field => field} %>
<% else %>
-
<%= field.name %>
+
课程动态
<% @course_acts.first(4).each do |act| %>
<% if act.org_act_type == "HomeworkCommon" %>
<% activity = HomeworkCommon.find(act.org_act_id) %>
@@ -88,13 +88,13 @@
<% when 'project' %>
<% if @project_acts.blank? %>
-
<%= field.name %>
+
项目动态
<%= render :partial => 'organizations/org_subfield_rightT_default', :locals => {:field => field} %>
<% else %>
-
<%= field.name %>
+ 项目动态
<% @project_acts.first(4).each do |act| %>
<% if act.org_act_type == "Issue" %>
<% activity = Issue.find(act.org_act_id) %>