Commit df30e18a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Added missing wiki div on news/index and news/show.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1059 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 64eaf328
......@@ -24,7 +24,9 @@
<%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
<%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %></h3>
<p class="author"><%= authoring news.created_on, news.author %></p>
<div class="wiki">
<%= textilizable(news.description) %>
</div>
<% end %>
<% end %>
<p class="pagination"><%= pagination_links_full @news_pages %></p>
......
......@@ -19,7 +19,9 @@
<p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
<span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
<div class="wiki">
<%= textilizable(@news.description) %>
</div>
<br />
<div id="comments" style="margin-bottom:16px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment