debian-mirror-gitlab/app/views/notify/service_desk_new_note_email.html.haml
2022-06-21 17:19:12 +05:30

5 lines
287 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: :email, author: @note.author, issuable_reference_expansion_enabled: true)