summaryrefslogtreecommitdiff
path: root/app/views/notify/_note_message.html.haml
blob: 27112c6745a657c3072e00385d230861fecff1cc (plain)
1
2
3
4
%div
  "#{link_to @note.author_name, user_url(@note.author)} wrote:"
%div
  = markdown(@note.note, pipeline: :email)