Mercurial > hg > soundsoftware-site
view app/views/issues/_changesets.rhtml @ 865:49a3585c24b1 bug_133
Close obsolete branch bug_133
author | Chris Cannam |
---|---|
date | Wed, 11 May 2011 11:39:27 +0100 |
parents | 1d32c0a0efbf |
children | af80e5618e9b |
line wrap: on
line source
<% changesets.each do |changeset| %> <div class="changeset <%= cycle('odd', 'even') %>"> <p><%= link_to("#{l(:label_revision)} #{changeset.revision}", :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> <div class="changeset-changes"> <%= textilizable(changeset, :comments) %> </div> </div> <% end %>