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 %>

<%= authoring news.created_on, news.author %>

+
<%= textilizable(news.description) %> +
<% end %> <% end %>

<%= pagination_links_full @news_pages %>

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 @@

<% unless @news.summary.empty? %><%=h @news.summary %>
<% end %> <%= authoring @news.created_on, @news.author %>

+
<%= textilizable(@news.description) %> +