2020-07-14 11:09:05 -04:00
|
|
|
- if Gitlab::CurrentSettings.email_author_in_body
|
|
|
|
%div
|
2020-07-24 08:09:34 -04:00
|
|
|
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
|
2020-07-14 11:09:05 -04:00
|
|
|
%div
|
|
|
|
= markdown(@note.note, pipeline: :email, author: @note.author)
|