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

6 lines
240 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- if Gitlab::CurrentSettings.email_author_in_body
%div
2020-10-24 23:57:45 +05:30
= _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
2020-07-28 23:09:34 +05:30
%div
= markdown(@note.note, pipeline: :email, author: @note.author)