summaryrefslogtreecommitdiff
path: root/app/views/notify/service_desk_new_note_email.html.haml
blob: 02f6b3914c951a9a50ee6736e894a5b728a9d24c (plain)
1
2
3
4
5
- if Gitlab::CurrentSettings.email_author_in_body
  .gl-mb-5
    = _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
.md
  = markdown(@note.note, pipeline: :email, author: @note.author, issuable_reference_expansion_enabled: true)