summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_new_note_email.html.haml
blob: 7c6be6688d0042eed8e1e0ff27751d82cc102784 (plain)
1
2
3
4
5
- if Gitlab::CurrentSettings.email_author_in_body
  %div
    #{link_to @note.author_name, user_url(@note.author)} wrote:
%div
  = markdown(@note.note, pipeline: :email, author: @note.author)