Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created August 8, 2011 12:52
Show Gist options
  • Select an option

  • Save austinbv/1131695 to your computer and use it in GitHub Desktop.

Select an option

Save austinbv/1131695 to your computer and use it in GitHub Desktop.
%tbody
- albums.each do |album|
- artist = album.artist
- if artist == player
%tr.highlight{:class => cycle("odd", "even")}
- else
%tr{:class => cycle("odd", "even")}
%td
%td
%td
%td
%td
%td
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment