From: Jean-Philippe Lang Date: Sat, 12 Jan 2008 16:26:37 +0000 (+0000) Subject: Added missing wiki div on news/index and news/show. X-Git-Tag: 0.7.0-RC1~225 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=df30e18a8cfcec42c660acb0a8567489f60c8941;p=redmine.git 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 --- 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) %> +