Project

General

Profile

Patch #26424 » 0001-Add-space-between-avatar-and-headline.patch

Felix Gliesche, 2017-07-13 11:43

View differences:

app/views/news/show.html.erb
8 8
<%= delete_link news_path(@news) if User.current.allowed_to?(:manage_news, @project) %>
9 9
</div>
10 10

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

  
13 13
<% if authorize_for('news', 'edit') %>
14 14
<div id="edit-news" style="display:none;">
(6-6/7)