1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-14 13:08:14 +00:00
Jean-Philippe Lang 94e6de465c added mailing_lists branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@263 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-02-24 16:13:52 +00:00

10 lines
385 B
Plaintext

<div class="contextual">
<%= link_to_if_authorized l(:label_news_new), {:controller => 'projects', :action => 'add_news', :id => @project}, :class => 'icon icon-add' %>
</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 %>