To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 14 / 149151b89e5659b8d56fd85ed72924a5e1708683.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (457 Bytes)
| 1 |
<% 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 %> |