<%= link_to_if_authorized l(:label_news_new), {:controller => 'projects', :action => 'add_news', :id => @project}, :class => 'icon icon-add' %>

<%=l(:label_news_plural)%>

<% if @news.empty? %>

<%= l(:label_no_data) %>

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