From f9ff1c1a15f92d5630c27188066fb3c19b5fbc6b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 16 Jul 2017 11:52:48 +0000 Subject: [PATCH] Merged r16820 and r16821 (#26424). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16822 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.html.erb | 2 +- public/stylesheets/application.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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') %>