debian-mirror-gitlab/app/views/notify/service_desk_new_note_email.text.erb
2023-04-23 21:23:45 +05:30

5 lines
185 B
Text

<%= _("New response for issue #%{issue_iid}:") % { issue_iid: @issue.iid } %>
<%= _("Author: %{author_name}") % { author_name: sanitize_name(@note.author_name) } %>
<%= @note.note %>