gitlab-org--gitlab-foss/app/views/notify/new_issue_email.html.haml

7 lines
210 B
Plaintext
Raw Normal View History

-if @issue.description
= replace_image_links_with_base64(markdown(@issue.description, reference_only_path: false), @issue.project)
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}