mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
6 lines
196 B
Plaintext
6 lines
196 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, author: @note.author)
|