summaryrefslogtreecommitdiff
path: root/app/views/notify/_note_message.html.haml
blob: 12ded41fbf2ae5727d6fa86405db616700316869 (plain)
1
2
3
4
5
- 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)