2020-07-14 11:09:05 -04:00
|
|
|
- if Gitlab::CurrentSettings.email_author_in_body
|
2022-03-31 11:08:32 -04:00
|
|
|
.gl-mb-5
|
2020-07-24 08:09:34 -04:00
|
|
|
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
|
2022-03-15 14:08:10 -04:00
|
|
|
.md
|
2021-12-03 13:11:11 -05:00
|
|
|
= markdown(@note.note, pipeline: :email, author: @note.author, issuable_reference_expansion_enabled: true)
|