gitlab-org--gitlab-foss/app/views/notify/new_issue_email.html.haml
Hannes Rosenögger 8e9fbd847d Revert "Merge branch 'fix_email_images' into 'master'"
This reverts commit d66148ef39, reversing
changes made to cdb64a81a8.

This change needed to be reverted,
because not enough email clients support inline images.
2015-04-13 12:34:47 +02:00

6 lines
161 B
Text

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