From 1612da75d1be4cbb8ee4bf340d61f8da5b341192 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Tue, 9 Sep 2014 03:53:25 +0000 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 --- app/views/issues/_history.html.erb | 3 ++- public/stylesheets/application.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/issues/_history.html.erb b/app/views/issues/_history.html.erb index 94d98ccc7..3747e8d5f 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? %>