diff --git a/app/views/organizations/_org_custom_right2.html.erb b/app/views/organizations/_org_custom_right2.html.erb
index 2555372df..9d206ff93 100644
--- a/app/views/organizations/_org_custom_right2.html.erb
+++ b/app/views/organizations/_org_custom_right2.html.erb
@@ -3,20 +3,22 @@
<% if containers.blank? %>
该模块暂时没有相关内容
<% else %>
- <% container = containers.first %>
-
- <%= link_to "#{container.name}".html_safe, project_path(container), :class => "por_hidden_w205 link-black fl", :title => container.name, :target => "_blank" %>
- 活跃度<%= static_project_score(container.project_score) %>
-
- <%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => container.id, :content=> container.description, :maxheight => 40, :maxwordsnum => 48, :maxwidth => 0, :cl => "por_project_p"} %>
-
+
+ <% container = containers.first %>
+ -
+ <%= link_to "#{container.name}".html_safe, project_path(container), :class => "por_hidden_w205 link-black fl", :title => container.name, :target => "_blank" %>
+
活跃度<%= static_project_score(container.project_score) %>
+
+ <%=render :partial =>"organizations/organization_content_extension", :locals => {:user_activity_id => container.id, :content=> container.description, :maxheight => 40, :maxwordsnum => 55, :maxwidth => 0, :cl => "por_project_p"} %>
+
- <% containers[1..4].each do |container| %>
- -
- <%= link_to "#{container.name}".html_safe, project_path(container), :class => "por_hidden_w205 link-black fl", :title => container.name, :target => "_blank" %>
-
活跃度<%= static_project_score(container.project_score) %>
-
-
- <% end %>
+ <% containers[1..4].each do |container| %>
+ -
+ <%= link_to "#{container.name}".html_safe, project_path(container), :class => "por_hidden_w205 link-black fl", :title => container.name, :target => "_blank" %>
+
活跃度<%= static_project_score(container.project_score) %>
+
+
+ <% end %>
+
<% end %>