From 1093454193bd469d2e344b0a216431cdef27e372 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 May 2013 17:24:23 +0000 Subject: [PATCH] Adds markings to emails generated by private comments (#12888). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11869 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/mailer/issue_edit.html.erb | 3 +++ app/views/mailer/issue_edit.text.erb | 2 +- test/unit/mailer_test.rb | 11 +++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb index 720cfea69..322251912 100644 --- a/app/views/mailer/issue_edit.html.erb +++ b/app/views/mailer/issue_edit.html.erb @@ -1,3 +1,6 @@ +<% if @journal.private_notes? %> + (<%= l(:field_private_notes) %>) +<% end %> <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>