@@ -22,7 +22,7 | |||||
22 | <% @newss.each do |news| %> |
|
22 | <% @newss.each do |news| %> | |
23 | <h3><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> |
|
23 | <h3><%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> | |
24 | <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3> |
|
24 | <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3> | |
25 |
<p |
|
25 | <p class="author"><%= authoring news.created_on, news.author %></p> | |
26 | <%= textilizable(news.description) %> |
|
26 | <%= textilizable(news.description) %> | |
27 | <% end %> |
|
27 | <% end %> | |
28 | <% end %> |
|
28 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now