From 2852ef005e2354183e32c2e410935c6d7ba5b406 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Wed, 12 Jul 2017 16:20:48 +0200 Subject: [PATCH 1/2] Add space between avatar and headline --- app/views/news/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index 09e14f6..72c94a9 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') %>