Welcome to mirror list, hosted at ThFree Co, Russian Federation.

service_desk_new_note_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 186bdf133e3d47a8d0d49e648110ee7ba94a6478 (plain)
1
2
3
4
5
- if Gitlab::CurrentSettings.email_author_in_body
  %div
    = _("%{author_link} wrote:").html_safe % { author_link: link_to(@note.author_name, user_url(@note.author)) }
%div
  = markdown(@note.note, pipeline: :email, author: @note.author, issuable_reference_expansion_enabled: true)