debian-mirror-gitlab/app/views/notify/new_issue_email.html.haml
2017-08-17 22:00:37 +05:30

12 lines
322 B
Text

- if current_application_settings.email_author_in_body
%p.details
#{link_to @issue.author_name, user_url(@issue.author)} created an issue:
- if @issue.assignees.any?
%p
Assignee: #{@issue.assignee_list}
- if @issue.description
%div
= markdown(@issue.description, pipeline: :email, author: @issue.author)