debian-mirror-gitlab/app/views/notify/issue_due_email.html.haml
2021-03-08 18:12:59 +05:30

13 lines
350 B
Text

%p.details
#{link_to @issue.author_name, user_url(@issue.author)}'s issue #{issue_reference_link(@issue)} is due soon.
- if @issue.assignees.any?
%p
= assignees_label(@issue)
%p
This issue is due on: #{@issue.due_date.to_s(:medium)}
- if @issue.description
%div
= markdown(@issue.description, pipeline: :email, author: @issue.author)