Mercurial > hg > soundsoftware-site
diff app/views/issues/_changesets.rhtml @ 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 |
line wrap: on
line diff
--- a/app/views/issues/_changesets.rhtml Wed Jul 28 12:47:17 2010 +0100 +++ b/app/views/issues/_changesets.rhtml Wed Aug 25 16:30:24 2010 +0100 @@ -3,6 +3,8 @@ <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 class="changeset-changes"> + <%= textilizable(changeset, :comments) %> + </div> </div> <% end %>