##// END OF EJS Templates
Fixed: pagination broken on news list with Opera....
Jean-Philippe Lang -
r786:a32d6a49c094
parent child
Show More
@@ -22,7 +22,7
22 22 <% @newss.each do |news| %>
23 23 <h3><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
24 24 <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3>
25 <p><span class="author"><%= authoring news.created_on, news.author %></p>
25 <p class="author"><%= authoring news.created_on, news.author %></p>
26 26 <%= textilizable(news.description) %>
27 27 <% end %>
28 28 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now