2020-07-28 23:09:34 +05:30
|
|
|
- if Gitlab::CurrentSettings.email_author_in_body
|
2022-06-21 17:19:12 +05:30
|
|
|
.gl-mb-5
|
2020-10-24 23:57:45 +05:30
|
|
|
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
|
2022-05-07 20:08:51 +05:30
|
|
|
.md
|
2023-03-17 16:20:25 +05:30
|
|
|
= markdown(@note.note, pipeline: :service_desk_email, author: @note.author, issuable_reference_expansion_enabled: true, uploads_as_attachments: @uploads_as_attachments)
|