Commit eca77c8b005a705e4c0daa27611293cbbf0a539d

Add back missing variable

Commit diff

app/views/projects/show.html.erb

 
3636 <th></th>
3737 <th></th>
3838 </thead>
39 <% commits = [] -%>
3940 <% repositories = @repositories.sort_by { |e| if e.last_commit then commits << e.last_commit; e.mainline? ? Time.now : e.last_commit.committed_date; else Time.at(0); end } %>
4041 <% repositories.reverse_each do |repos| # FIXME: need to graph the parent relation proper -%>
4142 <tr class="<%= cycle("even", "odd") -%> <%= repos.mainline? ? "mainline" : "clone" -%>">
toggle raw diff