summaryrefslogtreecommitdiff
path: root/app/views/notify/issue_due_email.text.erb
blob: 3c7a57a8a2e503aa4f936d49dee5a892e25c7dd3 (plain)
1
2
3
4
5
6
7
The following issue is due on <%= @issue.due_date %>:

Issue <%= @issue.iid %>: <%= url_for(project_issue_url(@issue.project, @issue)) %>
Author:    <%= @issue.author_name %>
Assignee:  <%= @issue.assignee_list %>

<%= @issue.description %>