From 63a1c21b3da4c5557f4742621d57e4f0b297269e Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Mon, 12 Aug 2013 23:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=87=8C=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 557ac7bdf..d7f0d7de0 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -11,6 +11,7 @@
<%= link_to"更多",:contoller=>'project',:action=>'index'%>
--> +<% if @events_by_day.size >0 %>

<%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %>

@@ -50,6 +51,9 @@

+<% else %> +该项目暂无动态! +<% end %>