summaryrefslogtreecommitdiff
path: root/app/views/notify/_note_message.html.haml
blob: e9c66170877c85dd3dce6489b015eff3273da9ef (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, author: @note.author)