@@ -1,5 +1,6 | |||
|
1 | 1 | <%=l(:label_issue)%> #<%= issue.id %> - <%= issue.subject %> |
|
2 | 2 | <%=l(:field_author)%>: <%= issue.author.display_name %> |
|
3 | <%=l(:field_assigned_to)%>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %> | |
|
3 | 4 | <%=l(:field_status)%>: <%= issue.status.name %> |
|
4 | 5 | |
|
5 | 6 | <%= issue.description %> |
General Comments 0
You need to be logged in to leave comments.
Login now