##// END OF EJS Templates
Don't show "Projects" label if projects list is empty....
Don't show "Projects" label if projects list is empty. git-svn-id: http://redmine.rubyforge.org/svn/trunk@568 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r524:270e3a4345f2
r565:48c2a690c292
Show More
_issue.rhtml
7 lines | 335 B | text/html+ruby | RhtmlLexer
<%=l(:label_issue)%> #<%= issue.id %> - <%= issue.subject %>
<%=l(:field_author)%>: <%= issue.author.display_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 %>