From: Jean-Philippe Lang Date: Sun, 16 Jul 2017 11:52:48 +0000 (+0000) Subject: Merged r16820 and r16821 (#26424). X-Git-Tag: 3.4.2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f9ff1c1a15f92d5630c27188066fb3c19b5fbc6b;p=redmine.git Merged r16820 and r16821 (#26424). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16822 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index 09e14f61f..72c94a9c7 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -8,7 +8,7 @@ <%= delete_link news_path(@news) if User.current.allowed_to?(:manage_news, @project) %> -

<%= avatar(@news.author, :size => "24") %><%=h @news.title %>

+

<%= avatar(@news.author, :size => "24") %> <%=h @news.title %>

<% if authorize_for('news', 'edit') %>