2021-04-22 17:09:53 -04:00
|
|
|
<%= _('%{user} created an issue: %{issue_link}') % { user: sanitize_name(@issue.author_name),
|
|
|
|
issue_link: 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 %>
|