view app/views/issues/_changesets.rhtml @ 736:51c97efbe241 feature_318

Small fixes -- avoid troubles when trying to retrive root /hg URL
author Chris Cannam
date Fri, 04 Nov 2011 16:32:17 +0000
parents cbce1fd3b1b7
children
line wrap: on
line source
<% changesets.each do |changeset| %>
    <div class="changeset <%= cycle('odd', 'even') %>">
    <p><%= link_to_revision(changeset, changeset.project,
                            :text => "#{l(:label_revision)} #{changeset.format_identifier}") %><br />
        <span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p>
    <div class="wiki">
        <%= textilizable(changeset, :comments) %>
    </div>
    </div>
<% end %>