From 1093454193bd469d2e344b0a216431cdef27e372 2013-05-18 17:24:23 From: Jean-Philippe Lang Date: 2013-05-18 17:24:23 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 --- diff --git a/app/views/mailer/issue_edit.html.erb b/app/views/mailer/issue_edit.html.erb index 720cfea..3222519 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)) %>