gitlab-org--gitlab-foss/app/views/notify/issue_due_email.html.haml

13 lines
318 B
Plaintext

%p.details
#{link_to @issue.author_name, user_url(@issue.author)}'s 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)