debian-mirror-gitlab/app/views/notify/service_desk_new_note_email.html.haml
2020-08-09 17:44:08 +05:30

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)