From 00cec500c6b212cc691295faf388ed7e7c23cab4 2010-02-14 11:49:29 From: Jean-Philippe Lang Date: 2010-02-14 11:49:29 Subject: [PATCH] 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 485bd6f..c32c684 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) %>