##// END OF EJS Templates
Translation updates...
Translation updates * de (#5982) * zh (#5910) - revert last commit & new string git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3897 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2661:70340910de1d
r3783:702b7296a088
Show More
_changesets.rhtml
8 lines | 458 B | text/html+ruby | RhtmlLexer
<% changesets.each do |changeset| %>
<div class="changeset <%= cycle('odd', 'even') %>">
<p><%= link_to("#{l(:label_revision)} #{changeset.revision}",
:controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br />
<span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
<%= textilizable(changeset, :comments) %>
</div>
<% end %>