debian-mirror-gitlab/app/views/notify/service_desk_new_note_email.text.erb

7 lines
287 B
Text
Raw Normal View History

2020-10-24 23:57:45 +05:30
<%= _("New response for issue #%{issue_iid}:") % { issue_iid: @issue.iid } %>
2020-07-28 23:09:34 +05:30
2020-10-24 23:57:45 +05:30
<%= _("Author: %{author_name}") % { author_name: sanitize_name(@note.author_name) } %>
2020-07-28 23:09:34 +05:30
<%= @note.note %>
<%# EE-specific start %><%= render_if_exists 'layouts/mailer/additional_text'%><%# EE-specific end %>