From df30e18a8cfcec42c660acb0a8567489f60c8941 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Jan 2008 16:26:37 +0000 Subject: [PATCH] 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 --- app/views/news/index.rhtml | 2 ++ app/views/news/show.rhtml | 2 ++ 2 files changed, 4 insertions(+) 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) %> +