diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 557ac7bd..d7f0d7de 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 %>