From: Jean-Philippe Lang Date: Sun, 14 Feb 2010 11:49:29 +0000 (+0000) Subject: Do not include news author in emphasis tag. X-Git-Tag: 1.0.0~354 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=00cec500c6b212cc691295faf388ed7e7c23cab4;p=redmine.git Do not include news author in emphasis tag. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3425 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 485bd6f3a..c32c6843e 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -27,8 +27,8 @@ <% end %> -

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

+

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

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