##// END OF EJS Templates
Fixing locales, rake locales:update added extra whitespace to the line....
Fixing locales, rake locales:update added extra whitespace to the line. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3418 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2661:70340910de1d
r3304:997e8bb0dd17
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 %>