Merge pull request #9839 from huacnlee/fix/add-author-info-into-note-messages

Make sure notify email always has author info.
This commit is contained in:
Stan Hu 2015-12-11 23:40:22 -08:00
commit 885bfe3bdc
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
%div
"#{link_to @note.author_name, user_url(@note.author)} wrote:"
%div
= markdown(@note.note, pipeline: :email)