gitlab-org--gitlab-foss/app/views/notify/new_issue_email.text.erb
Frank van Rest df4c1a75de Uniform html and text emails
Uniform new_issue_email html and text emails
Uniform note_email html and text emails
Uniform new_merge_request_email html and text emails
2019-06-21 13:48:43 +03:00

9 lines
212 B
Text

<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %>
<% if @issue.assignees.any? -%>
<%= assignees_label(@issue) %>
<% end %>
<% if @issue.description -%>
<%= @issue.description %>
<% end %>