debian-mirror-gitlab/app/views/notify/new_issue_email.html.haml
2020-08-09 17:44:08 +05:30

11 lines
287 B
Text

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