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 / app / views / issues / _changesets.rhtml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (457 Bytes)

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