@@ -24,7 +24,9 | |||||
24 | <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> |
|
24 | <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> | |
25 | <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3> |
|
25 | <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3> | |
26 | <p class="author"><%= authoring news.created_on, news.author %></p> |
|
26 | <p class="author"><%= authoring news.created_on, news.author %></p> | |
|
27 | <div class="wiki"> | |||
27 | <%= textilizable(news.description) %> |
|
28 | <%= textilizable(news.description) %> | |
|
29 | </div> | |||
28 | <% end %> |
|
30 | <% end %> | |
29 | <% end %> |
|
31 | <% end %> | |
30 | <p class="pagination"><%= pagination_links_full @news_pages %></p> |
|
32 | <p class="pagination"><%= pagination_links_full @news_pages %></p> |
@@ -19,7 +19,9 | |||||
19 |
|
19 | |||
20 | <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %> |
|
20 | <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %> | |
21 | <span class="author"><%= authoring @news.created_on, @news.author %></span></em></p> |
|
21 | <span class="author"><%= authoring @news.created_on, @news.author %></span></em></p> | |
|
22 | <div class="wiki"> | |||
22 | <%= textilizable(@news.description) %> |
|
23 | <%= textilizable(@news.description) %> | |
|
24 | </div> | |||
23 | <br /> |
|
25 | <br /> | |
24 |
|
26 | |||
25 | <div id="comments" style="margin-bottom:16px;"> |
|
27 | <div id="comments" style="margin-bottom:16px;"> |
General Comments 0
You need to be logged in to leave comments.
Login now