summaryrefslogtreecommitdiff
path: root/app/views/notify/_note_message.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/_note_message.html.haml')
-rw-r--r--app/views/notify/_note_message.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml
index 12ded41fbf2..e9c66170877 100644
--- a/app/views/notify/_note_message.html.haml
+++ b/app/views/notify/_note_message.html.haml
@@ -2,4 +2,4 @@
%div
#{link_to @note.author_name, user_url(@note.author)} wrote:
%div
- = markdown(@note.note, pipeline: :email)
+ = markdown(@note.note, pipeline: :email, author: @note.author)