debian-mirror-gitlab/app/views/notify/_note_message.html.haml
2016-06-16 23:09:34 +05:30

6 lines
196 B
Text

- 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, author: @note.author)