diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index bc18a475..c8f109ea 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -52,9 +52,11 @@ <% end %> + <% if @news.any? %>

<%=l(:label_news_latest)%>

<%= render :partial => 'news/news', :collection => @news %>

<%= link_to l(:label_news_view_all), :controller => 'projects', :action => 'list_news', :id => @project %>

+ <% end %> \ No newline at end of file