gitlab-org--gitlab-foss/app/views/notify/_note_message.html.haml

6 lines
174 B
Plaintext

- if current_application_settings.email_author_in_body
%div
#{link_to @note.author_name, user_url(@note.author)} wrote:
%div
= markdown(@note.note, pipeline: :email)