summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_new_note_email.text.erb
blob: 208953a437d8a80ae767834140079ee508187b02 (plain)
1
2
3
4
5
6
New response for issue #<%= @issue.iid %>:

Author: <%= sanitize_name(@note.author_name) %>

<%= @note.note %>
<%# EE-specific start %><%= render_if_exists 'layouts/mailer/additional_text'%><%# EE-specific end %>