debian-mirror-gitlab/app/views/notify/new_issue_email.html.haml
2016-04-02 18:10:28 +05:30

9 lines
279 B
Text

- if current_application_settings.email_author_in_body
%div
#{link_to @issue.author_name, user_url(@issue.author)} wrote:
-if @issue.description
= markdown(@issue.description, pipeline: :email)
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}