Mercurial > hg > soundsoftware-site
view .svn/pristine/14/149151b89e5659b8d56fd85ed72924a5e1708683.svn-base @ 1477:f2ad2199b49a bibplugin_integration
Close obsolete branch bibplugin_integration
author | Chris Cannam |
---|---|
date | Fri, 30 Nov 2012 14:41:31 +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 %>