Mercurial > hg > soundsoftware-site
view .svn/pristine/14/149151b89e5659b8d56fd85ed72924a5e1708683.svn-base @ 1022:f2ec92061fca browsing
Merge from live branch
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 10:35:40 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<% 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 %>