Skip to content

Instantly share code, notes, and snippets.

@imajes
Created August 11, 2010 19:52
Show Gist options
  • Save imajes/519615 to your computer and use it in GitHub Desktop.
Save imajes/519615 to your computer and use it in GitHub Desktop.
- people_size = @sheet_music.contributors.size - 1 # zero based array
- @sheet_music.contributors.each_with_index do |c, idx|
- if idx == people_size
= "& #{link_to c, '#'}"
- elsif idx == people_size -1
= link_to c, '#'
- else
= "#{link_to c, '#'}, "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment