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: 0c16cf3315fd5b4dc565cd6e16a9950a0a2e22a1 (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)) }
.md
  = markdown(@note.note, pipeline: :email, author: @note.author, issuable_reference_expansion_enabled: true)