debian-mirror-gitlab/app/views/notify/new_issue_email.html.haml
2015-10-24 18:46:33 +05:30

6 lines
151 B
Text

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