summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.text.erb
blob: 7c78d67316d26f593fdba707d2ab820d38c72060 (plain)
1
2
3
4
5
6
<%= _('%{user} created an issue: %{issue_link}') % { user: sanitize_name(@issue.author_name),
                                                     issue_link: url_for(project_issue_url(@issue.project, @issue)) } %>

<%= assignees_label(@issue) if @issue.assignees.any? %>

<%= @issue.description %>