Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/_changesets.rhtml.svn-base @ 14:1d32c0a0efbf
* Update to SVN trunk (revisions 3892-4040)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:30:24 +0100 |
parents | 513646585e45 |
children | af80e5618e9b |
comparison
equal
deleted
inserted
replaced
4:9cc62779c13a | 14:1d32c0a0efbf |
---|---|
1 <% changesets.each do |changeset| %> | 1 <% changesets.each do |changeset| %> |
2 <div class="changeset <%= cycle('odd', 'even') %>"> | 2 <div class="changeset <%= cycle('odd', 'even') %>"> |
3 <p><%= link_to("#{l(:label_revision)} #{changeset.revision}", | 3 <p><%= link_to("#{l(:label_revision)} #{changeset.revision}", |
4 :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> | 4 :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> |
5 <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> | 5 <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
6 <%= textilizable(changeset, :comments) %> | 6 <div class="changeset-changes"> |
7 <%= textilizable(changeset, :comments) %> | |
8 </div> | |
7 </div> | 9 </div> |
8 <% end %> | 10 <% end %> |