##// END OF EJS Templates
Removed User#display_name (replaced by User#name)....
Removed User#display_name (replaced by User#name). git-svn-id: http://redmine.rubyforge.org/svn/trunk@578 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

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