Commit a11b4ee6 authored by Stuart Nelson's avatar Stuart Nelson Committed by Sean McGivern

Update html email

parent 3c5d5be2
- if Gitlab::CurrentSettings.email_author_in_body
%p.details
#{link_to @issue.author_name, user_url(@issue.author)} updated the issue's due date:
Issue created by #{link_to @issue.author_name, user_url(@issue.author)} is due:
- if @issue.assignees.any?
%p
Assignee: #{@issue.assignee_list}
%p
This issue is due on: #{ @issue.due_date }
This issue is due on: #{@issue.due_date}
- if @issue.description
%div
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment