cleaning up based on "rake test" feedback

This commit is contained in:
Dan Buch
2011-08-10 22:09:24 -04:00
parent aac108a50d
commit cb8e89de30
3 changed files with 4 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<ul style="font-family:monospace;">
<% @list.each_with_index do |item, i| %>
<li class="<%= i % 2 == 0 ? 'even' : 'odd' %>"><%= i %>:
<%= SHA1.new(item.id.to_s) %></li>
<%= SHA1.new(item.object_id.to_s) %></li>
<% end %>
</ul>