Fixed: pagination broken on news list with Opera.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@797 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 17 years ago
parent 586231067b
commit a32d6a49c0
  1. 2
      app/views/projects/list_news.rhtml

@ -22,7 +22,7 @@
<% @newss.each do |news| %>
<h3><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
<%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3>
<p><span class="author"><%= authoring news.created_on, news.author %></p>
<p class="author"><%= authoring news.created_on, news.author %></p>
<%= textilizable(news.description) %>
<% end %>
<% end %>

Loading…
Cancel
Save