# File app/helpers/application_helper.rb, line 123
  def table_row_tag
    @table_rows += 1
    "<tr class=\"#{list_row_classes[@table_rows % list_row_classes.size]}\">"
  end