df4c1a75de
Uniform new_issue_email html and text emails Uniform note_email html and text emails Uniform new_merge_request_email html and text emails
9 lines
212 B
Text
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 %>
|