Fixed: pagination broken on news list with Opera.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@797 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
586231067b
commit
a32d6a49c0
|
@ -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…
Reference in New Issue