]> source.dussan.org Git - redmine.git/commitdiff
Added missing wiki div on news/index and news/show.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Jan 2008 16:26:37 +0000 (16:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Jan 2008 16:26:37 +0000 (16:26 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1059 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/index.rhtml
app/views/news/show.rhtml

index b958c475e2f5ccad79b0040f5eebe98e5e8e91d3..c6bb9ad5a4d89a5a27a5a203a66bd0ebdcd4d262 100644 (file)
@@ -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>
index e0cd09990fd50c8df793b427aeb285f63284a199..bff737f40372f5553800d66eaaf593071bd53185 100644 (file)
@@ -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;">