debian-mirror-gitlab/app/views/notify/new_issue_email.html.haml

7 lines
151 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
-if @issue.description
2015-10-24 18:46:33 +05:30
= markdown(@issue.description, pipeline: :email)
2014-09-02 18:07:02 +05:30
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}