Commit 99fde7da authored by Stuart Nelson's avatar Stuart Nelson Committed by Sean McGivern

Update email body (html+text)

parent 9d81d5aa
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Assignee: #{@issue.assignee_list} Assignee: #{@issue.assignee_list}
%p %p
This Issue has a new due date: #{ @issue.due_date } This issue is due on: #{ @issue.due_date }
- if @issue.description - if @issue.description
%div %div
......
An Issue had its due date updated. The following issue is due on <%= @issue.due_date %>:
Issue <%= @issue.iid %>: <%= url_for(project_issue_url(@issue.project, @issue)) %> Issue <%= @issue.iid %>: <%= url_for(project_issue_url(@issue.project, @issue)) %>
Author: <%= @issue.author_name %> Author: <%= @issue.author_name %>
Assignee: <%= @issue.assignee_list %> Assignee: <%= @issue.assignee_list %>
New Due Date: <%= @issue.due_date %>
<%= @issue.description %> <%= @issue.description %>
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