diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index bc18a4752..c8f109ea4 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -52,9 +52,11 @@ <% end %> + <% if @news.any? %>
<%= link_to l(:label_news_view_all), :controller => 'projects', :action => 'list_news', :id => @project %>