6 lines
299 B
Text
6 lines
299 B
Text
<%= _('%{user} created an issue: %{issue_link}') % { user: sanitize_name(@issue.author_name),
|
|
issue_link: url_for(project_issue_url(@issue.project, @issue)) } %>
|
|
|
|
<%= assignees_label(@issue) if @issue.assignees.any? %>
|
|
|
|
<%= @issue.description %>
|