summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.text.erb
blob: b93d95ef02f398b696eb3e08c4a028299fc01161 (plain)
1
2
3
4
5
6
7
8
9
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %>

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

<% if @issue.description -%>
  <%= @issue.description %>
<% end %>