##// END OF EJS Templates
Fixed mailer (error when no assignee)...
Fixed mailer (error when no assignee) git-svn-id: http://redmine.rubyforge.org/svn/trunk@592 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r428:cf4651b6bb38
r589:7363428703e4
Show More
_tooltip.rhtml
6 lines | 426 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Added link_to_issue helper....
r428 <%= link_to_issue issue %></strong>: <%=h issue.subject %><br />
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <br />
<strong><%= l(:field_start_date) %></strong>: <%= format_date(issue.start_date) %><br />
<strong><%= l(:field_due_date) %></strong>: <%= format_date(issue.due_date) %><br />
<strong><%= l(:field_assigned_to) %></strong>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %><br />
<strong><%= l(:field_priority) %></strong>: <%= issue.priority.name %>