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

12 lines
328 B
Plaintext

- if current_application_settings.email_author_in_body
%p.details
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}
- if @issue.description
%div
= markdown(@issue.description, pipeline: :email, author: @issue.author)