oliviervanhees / friends4food

https://foodspots.me/
0 stars 0 forks source link

Number of likes in pins partial #89

Closed oliviervanhees closed 8 years ago

oliviervanhees commented 8 years ago

In the pins partial we now print the number of people that liked a restaurant using the following string:

Liked by friends: (<%=pin.votes_for.size %>)

I would like to print only the number of likes of the friends of the user. Is this something we can implement?