##// 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:

r575:65be9d3c86f5
r589:7363428703e4
Show More
_issue.rhtml
7 lines | 327 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%=l(:label_issue)%> #<%= issue.id %> - <%= issue.subject %>
Jean-Philippe Lang
Removed User#display_name (replaced by User#name)....
r575 <%=l(:field_author)%>: <%= issue.author.name %>
Jean-Philippe Lang
Added "assigned to" field in mail notifications....
r524 <%=l(:field_assigned_to)%>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <%=l(:field_status)%>: <%= issue.status.name %>
<%= issue.description %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings...
r164 http://<%= Setting.host_name %>/issues/show/<%= issue.id %>