gitlab-org--gitlab-foss/app/views/notify/new_issue_email.text.erb
Toon Claes 7e0960f6e2 Bring text mail for new issue & MR more in line
Make these templates for mail notifications for a new issue and a new
merge request more similar.

Also remove some leading whitespace in text mails.
2019-08-27 13:45:53 +02:00

5 lines
210 B
Text

<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>
<%= assignees_label(@issue) if @issue.assignees.any? %>
<%= @issue.description %>