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

13 lines
420 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
%p.details
2021-03-08 18:12:59 +05:30
#{link_to @issue.author_name, user_url(@issue.author)}'s issue #{issue_reference_link(@issue)} is due soon.
2018-10-15 14:42:47 +05:30
- if @issue.assignees.any?
%p
2019-07-31 22:56:46 +05:30
= assignees_label(@issue)
2018-10-15 14:42:47 +05:30
%p
This issue is due on: #{@issue.due_date.to_s(:medium)}
- if @issue.description
%div
2022-01-26 12:08:38 +05:30
= markdown(@issue.description, pipeline: :email, author: @issue.author, current_user: @recipient, issuable_reference_expansion_enabled: true)