summaryrefslogtreecommitdiffstats
path: root/app/views/news/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/news/index.rhtml')
-rw-r--r--app/views/news/index.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/news/index.rhtml b/app/views/news/index.rhtml
index b958c475e..c6bb9ad5a 100644
--- a/app/views/news/index.rhtml
+++ b/app/views/news/index.rhtml
@@ -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>