2019-08-27 03:48:16 -04:00
|
|
|
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>
|
2013-08-29 22:26:32 -04:00
|
|
|
|
2019-08-27 03:48:16 -04:00
|
|
|
<%= assignees_label(@issue) if @issue.assignees.any? %>
|
2016-08-04 05:53:23 -04:00
|
|
|
|
2019-08-27 03:48:16 -04:00
|
|
|
<%= @issue.description %>
|