BigW Consortium Gitlab

_note_message.html.haml 196 Bytes
Newer Older
1 2 3
- if current_application_settings.email_author_in_body
  %div
    #{link_to @note.author_name, user_url(@note.author)} wrote:
4
%div
5
  = markdown(@note.note, pipeline: :email, author: @note.author)