cleaning up based on "rake test" feedback
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user