diff options
Diffstat (limited to 'app/views/news/show.rhtml')
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index e0cd09990..bff737f40 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -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;"> |