]> source.dussan.org Git - redmine.git/commitdiff
Add space between avatar and headline (#26424).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jul 2017 11:51:41 +0000 (11:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Jul 2017 11:51:41 +0000 (11:51 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@16820 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/show.html.erb

index 09e14f61f097ede7b0ad741d5837b68af4f7a570..72c94a9c72d95a4e553e5b35c3eda3360489a6ec 100644 (file)
@@ -8,7 +8,7 @@
 <%= delete_link news_path(@news) if User.current.allowed_to?(:manage_news, @project) %>
 </div>
 
-<h2><%= avatar(@news.author, :size => "24") %><%=h @news.title %></h2>
+<h2><%= avatar(@news.author, :size => "24") %> <%=h @news.title %></h2>
 
 <% if authorize_for('news', 'edit') %>
 <div id="edit-news" style="display:none;">