mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
%div
|
|
"#{link_to @note.author_name, user_url(@note.author)} wrote:"
|
|
%div
|
|
= markdown(@note.note, pipeline: :email)
|