Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created June 20, 2013 01:53
Show Gist options
  • Save jjcall/5819727 to your computer and use it in GitHub Desktop.
Save jjcall/5819727 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.has_image?
.player-avatar{ :style => "background-image: url(#{player.image})"}
- else
.player-avatar.default-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