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