git-svn-id: http://redmine.rubyforge.org/svn/trunk@1085 e93f8b46-1217-0410-a6f0-8f06a7374b81pull/351/head
parent
5e2a01656d
commit
b6549d763a
@ -0,0 +1,8 @@ |
||||
<ul> |
||||
<% changesets.each do |changeset| %> |
||||
<li class="<%= cycle('odd', 'even') %>"><%= link_to("#{l(:label_revision)} #{changeset.revision}", |
||||
:controller => 'repositories', :action => 'revision', :id => @project, :rev => changeset.revision) %><br /> |
||||
<em><%= changeset.committer %>, <%= format_time(changeset.committed_on) %></em> |
||||
<%= textilizable(changeset, :comments) %></li> |
||||
<% end %> |
||||
</ul> |
Loading…
Reference in new issue