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

7 lines
161 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
-if @issue.description
2015-04-26 12:48:37 +05:30
= markdown(@issue.description, reference_only_path: false)
2014-09-02 18:07:02 +05:30
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}