##// END OF EJS Templates
Fixed a bug in CVS model (clash when 2 projects point to the same repository)...
Fixed a bug in CVS model (clash when 2 projects point to the same repository) git-svn-id: http://redmine.rubyforge.org/svn/trunk@595 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r369:669b2342ffec
r592:f8da6fb6792f
Show More
_history.rhtml
11 lines | 293 B | text/html+ruby | RhtmlLexer
<% 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? %>
<%= textilizable(journal.notes) %>
<% end %>
<% end %>