From 1612da75d1be4cbb8ee4bf340d61f8da5b341192 2014-09-09 03:53:25 From: Jean-Baptiste Barth Date: 2014-09-09 03:53:25 Subject: [PATCH] Mark private notes more clearly (#16240). Contributed by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@13367 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_history.html.erb b/app/views/issues/_history.html.erb index 94d98cc..3747e8d 100644 --- a/app/views/issues/_history.html.erb +++ b/app/views/issues/_history.html.erb @@ -4,7 +4,8 @@

<%= link_to "##{journal.indice}", {:anchor => "note-#{journal.indice}"}, :class => "journal-link" %> <%= avatar(journal.user, :size => "24") %> - <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %>

+ <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %> + <%= content_tag('span', l(:field_is_private), :class => 'private') if journal.private_notes? %> <% if journal.details.any? %>