5 lines
349 B
Text
5 lines
349 B
Text
- if Gitlab::CurrentSettings.email_author_in_body
|
|
.gl-mb-5
|
|
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
|
|
.md
|
|
= markdown(@note.note, pipeline: :service_desk_email, author: @note.author, issuable_reference_expansion_enabled: true, uploads_as_attachments: @uploads_as_attachments)
|