mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
- if current_application_settings.email_author_in_body
|
|
%div
|
|
#{link_to @note.author_name, user_url(@note.author)} wrote:
|
|
%div
|
|
= markdown(@note.note, pipeline: :email)
|