##// END OF EJS Templates
rename .rhtml to .html.erb of app/views/admin/index.rhtml....
rename .rhtml to .html.erb of app/views/admin/index.rhtml. :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6553 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r5180:7bca8c42121a
r6433:be5c092931d2
Show More
_changesets.rhtml
10 lines | 457 B | text/html+ruby | RhtmlLexer
<% changesets.each do |changeset| %>
<div class="changeset <%= cycle('odd', 'even') %>">
<p><%= link_to_revision(changeset, changeset.project,
:text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br />
<span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
<div class="wiki">
<%= textilizable(changeset, :comments) %>
</div>
</div>
<% end %>