summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_new_note_email.text.erb
blob: 79144fc1bf41f6d7ef3a84c2238e2069137094c6 (plain)
1
2
3
4
5
6
<%= _("New response for issue #%{issue_iid}:") % { issue_iid: @issue.iid } %>

<%= _("Author: %{author_name}") % { author_name: sanitize_name(@note.author_name) } %>

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