To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 14 / 149151b89e5659b8d56fd85ed72924a5e1708683.svn-base @ 912:5e80956cc792

History | View | Annotate | Download (457 Bytes)

1 909:cbb26bc654de Chris
<% changesets.each do |changeset| %>
2
    <div class="changeset <%= cycle('odd', 'even') %>">
3
    <p><%= link_to_revision(changeset, changeset.project,
4
                            :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br />
5
        <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
6
    <div class="wiki">
7
        <%= textilizable(changeset, :comments) %>
8
    </div>
9
    </div>
10
<% end %>