7e0960f6e2
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.
5 lines
210 B
Text
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 %>
|