##// END OF EJS Templates
updated css for online help...
updated css for online help git-svn-id: http://redmine.rubyforge.org/svn/trunk@204 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r96:2b86ef8e28d0
r201:d29ba0b80fac
Show More
_history.rhtml
11 lines | 317 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? %>
<%= simple_format auto_link h(journal.notes) %>
<% end %>
<% end %>