_issue.rhtml
7 lines
| 327 B
| text/html+ruby
|
RhtmlLexer
|
r330 | <%=l(:label_issue)%> #<%= issue.id %> - <%= issue.subject %> | |
|
r575 | <%=l(:field_author)%>: <%= issue.author.name %> | |
|
r524 | <%=l(:field_assigned_to)%>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %> | |
|
r330 | <%=l(:field_status)%>: <%= issue.status.name %> | |
<%= issue.description %> | |||
|
r2 | ||
|
r164 | http://<%= Setting.host_name %>/issues/show/<%= issue.id %> |