debian-mirror-gitlab/app/views/notify/issue_due_email.text.erb

8 lines
233 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
The following issue is due on <%= @issue.due_date %>:
Issue <%= @issue.iid %>: <%= url_for(project_issue_url(@issue.project, @issue)) %>
Author: <%= @issue.author_name %>
2019-07-31 22:56:46 +05:30
<%= assignees_label(@issue) %>
2018-10-15 14:42:47 +05:30
<%= @issue.description %>