Skip to content

Instantly share code, notes, and snippets.

@randika
Created May 5, 2013 13:22
Show Gist options
  • Select an option

  • Save randika/5520826 to your computer and use it in GitHub Desktop.

Select an option

Save randika/5520826 to your computer and use it in GitHub Desktop.
def vote_links(votes)
votes.map do |vote|
content_tag :span, :class => 'voted-user' do
link_to vote.user.username, vote.user
end
end.to_sentence.html_safe
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment