From 429deefadf78f669f3a1975c495b3c9ab965bb51 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 3 Jun 2016 17:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=B8=80=E7=BA=BF=E6=9D=A1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organizations/_org_custom_right2.html.erb | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) 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"} %> -
  • + <% end %>