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

r369:669b2342ffec
r589:7363428703e4
Show More
_history.rhtml
11 lines | 293 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <% for journal in journals %>
<h4><%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
<ul>
<% for detail in journal.details %>
<li><%= show_detail(detail) %></li>
<% end %>
</ul>
<% if journal.notes? %>
Jean-Philippe Lang
added some parenthesis in views...
r369 <%= textilizable(journal.notes) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <% end %>
<% end %>