summaryrefslogtreecommitdiffstats
path: root/app/views/projects/list_news.rhtml
blob: 8d8f996682b3e1e97a7ce14261df7d691297dcf3 (plain)
1
2
3
4
5
6
7
8
9
<div class="contextual">
<%= link_to_if_authorized l(:label_news_new), {:controller => 'projects', :action => 'add_news', :id => @project}, :class => 'pic picAdd' %>
</div>

<h2><%=l(:label_news_plural)%></h2>

<% if @news.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
<%= render :partial => 'news/news', :collection => @news %>
<%= pagination_links_full @news_pages %>