blob: ae50b703fe35c85cbb31fc0b5a05028a59b20375 (
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 %>
<%= assignees_label(@issue) %>
<%= @issue.description %>
|