5 lines
210 B
Text
5 lines
210 B
Text
<%= sanitize_name(@issue.author_name) %> <%= 'created an issue:' %> <%= url_for(project_issue_url(@issue.project, @issue)) %>
|
|
|
|
<%= assignees_label(@issue) if @issue.assignees.any? %>
|
|
|
|
<%= @issue.description %>
|