Revision 797
Added by Jean-Philippe Lang over 17 years ago
trunk/app/views/projects/list_news.rhtml | ||
---|---|---|
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 %> |
Also available in: Unified diff
Fixed: pagination broken on news list with Opera.