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: 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)