2016-01-26 08:34:42 -05:00
|
|
|
- if current_application_settings.email_author_in_body
|
|
|
|
%div
|
|
|
|
#{link_to @note.author_name, user_url(@note.author)} wrote:
|
2014-02-18 06:19:08 -05:00
|
|
|
%div
|
2016-05-26 07:18:44 -04:00
|
|
|
= markdown(@note.note, pipeline: :email, author: @note.author)
|