debian-mirror-gitlab/app/views/notify/new_issue_email.text.erb
2019-09-30 21:07:59 +05:30

10 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 %>