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: 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 %>