summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_new_note_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/service_desk_new_note_email.html.haml')
-rw-r--r--app/views/notify/service_desk_new_note_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/service_desk_new_note_email.html.haml b/app/views/notify/service_desk_new_note_email.html.haml
index 02f6b3914c9..969221d00d2 100644
--- a/app/views/notify/service_desk_new_note_email.html.haml
+++ b/app/views/notify/service_desk_new_note_email.html.haml
@@ -2,4 +2,4 @@
.gl-mb-5
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
.md
- = markdown(@note.note, pipeline: :email, author: @note.author, issuable_reference_expansion_enabled: true)
+ = markdown(@note.note, pipeline: :service_desk_email, author: @note.author, issuable_reference_expansion_enabled: true, uploads_as_attachments: @uploads_as_attachments)