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

10 lines
302 B
Text
Raw Normal View History

2016-04-02 18:10:28 +05:30
- if current_application_settings.email_author_in_body
%div
#{link_to @issue.author_name, user_url(@issue.author)} wrote:
2014-09-02 18:07:02 +05:30
-if @issue.description
= markdown(@issue.description, pipeline: :email, author: @issue.author)
2014-09-02 18:07:02 +05:30
- if @issue.assignee_id.present?
%p
Assignee: #{@issue.assignee_name}