From 2f3eefcdca1d5dda42be1456349b8c6c79195f1e Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Sat, 27 Feb 2010 09:29:51 +1100 Subject: Nitpick: the first value should be odd, second is even. --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 644f34dbbe..e1ce65f90a 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -415,7 +415,7 @@ module ActionView # {:first => 'Emily', :middle => 'Shannon', :maiden => 'Pike', :last => 'Hicks'}, # {:first => 'June', :middle => 'Dae', :last => 'Jones'}] # <% @items.each do |item| %> - # "row_class") -%>"> + # "row_class") -%>"> # # <% item.values.each do |value| %> # <%# Create a named cycle "colors" %> -- cgit v1.2.3