Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created June 17, 2013 21:07
Show Gist options
  • Save jjcall/5800450 to your computer and use it in GitHub Desktop.
Save jjcall/5800450 to your computer and use it in GitHub Desktop.
%ul.players
- entry.player_picks.values.each do |player|
%li.player
.player-avatar-wrapper
- if player.image
.player-avatar{ :style => "background-image: url(#{player.image})"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment