From b50d5af15ea0fde9f91d06d3293d7ed16f136e61 Mon Sep 17 00:00:00 2001 From: Jan Schulz-Hofen Date: Wed, 5 Mar 2014 20:13:09 +0100 Subject: [PATCH 1/1] mark private notes more clearly --- 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 4a33d61..6c0fe66 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? %>