6 lines
191 B
Text
6 lines
191 B
Text
|
- if Gitlab::CurrentSettings.email_author_in_body
|
||
|
%div
|
||
|
#{link_to @note.author_name, user_url(@note.author)} wrote:
|
||
|
%div
|
||
|
= markdown(@note.note, pipeline: :email, author: @note.author)
|