debian-mirror-gitlab/app/views/notify/service_desk_new_note_email.html.haml

6 lines
191 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- 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)