2016-04-02 18:10:28 +05:30
|
|
|
- if current_application_settings.email_author_in_body
|
|
|
|
%div
|
|
|
|
#{link_to @note.author_name, user_url(@note.author)} wrote:
|
2014-09-02 18:07:02 +05:30
|
|
|
%div
|
2016-06-16 23:09:34 +05:30
|
|
|
= markdown(@note.note, pipeline: :email, author: @note.author)
|