2019-09-30 21:07:59 +05:30
|
|
|
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %>
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2019-09-30 21:07:59 +05:30
|
|
|
<% if @issue.assignees.any? -%>
|
|
|
|
<%= assignees_label(@issue) %>
|
|
|
|
<% end %>
|
2016-09-13 17:45:13 +05:30
|
|
|
|
2019-09-30 21:07:59 +05:30
|
|
|
<% if @issue.description -%>
|
|
|
|
<%= @issue.description %>
|
|
|
|
<% end %>
|