BigW Consortium Gitlab

new_issue_email.html.haml 302 Bytes
- if current_application_settings.email_author_in_body
  %div
    #{link_to @issue.author_name, user_url(@issue.author)} wrote:
-if @issue.description
  = markdown(@issue.description, pipeline: :email, author: @issue.author)

- if @issue.assignee_id.present?
  %p
    Assignee: #{@issue.assignee_name}