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

13 lines
318 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
%p.details
#{link_to @issue.author_name, user_url(@issue.author)}'s issue is due soon.
- 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
= markdown(@issue.description, pipeline: :email, author: @issue.author)