Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issue_due_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 %>