view app/views/issues/_changesets.rhtml @ 829:7a613c0eefe2 feature_364

Hide tracker options in the new-project version of the project settings form
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 31 Jan 2012 13:45:56 +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 %>