Files
gitlabhq/app/views/notify/new_issue_email.html.haml
T
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

7 lines
161 B
Plaintext

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