Skip to content

Commit

Permalink
Bug fix: Contributors not matched with versions correctly in some cir…
Browse files Browse the repository at this point in the history
…cumstances.
  • Loading branch information
James Stradling committed Sep 29, 2008
1 parent 2e98f11 commit 8eecb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/topics/history.rhtml
Expand Up @@ -11,7 +11,7 @@
<div class="detail-tools">
<table class="history-table">
<tr><th>Number</th><th></th><th>Flags</th><th>Privacy</th><th>Contributor</th><th>Updated</th><th>Comments</th></tr>
<% item_contributors = @item.contributors
<% item_contributors = @item.contributors.find(:all, :order => 'version ASC')
contributor_index = 0 -%>
<% @versions.each do |version| -%>
<tr valign="top" class="<%= cycle('table-row-odd', 'table-row-even') -%>">
Expand Down

0 comments on commit 8eecb32

Please sign in to comment.