Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/_changesets.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children | 1d32c0a0efbf |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <% changesets.each do |changeset| %> | |
2 <div class="changeset <%= cycle('odd', 'even') %>"> | |
3 <p><%= link_to("#{l(:label_revision)} #{changeset.revision}", | |
4 :controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> | |
5 <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> | |
6 <%= textilizable(changeset, :comments) %> | |
7 </div> | |
8 <% end %> |