Mercurial > hg > soundsoftware-site
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/views/issues/.svn/text-base/_changesets.rhtml.svn-base Fri Jul 23 15:52:44 2010 +0100 @@ -0,0 +1,8 @@ +<% 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> + <%= textilizable(changeset, :comments) %> + </div> +<% end %>