2021-06-08 01:23:25 +05:30
|
|
|
<%= _('%{user} created an issue: %{issue_link}') % { user: sanitize_name(@issue.author_name),
|
|
|
|
issue_link: url_for(project_issue_url(@issue.project, @issue)) } %>
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
<%= assignees_label(@issue) if @issue.assignees.any? %>
|
2016-09-13 17:45:13 +05:30
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
<%= @issue.description %>
|