<% beers.each_with_index do |beer,i| %> <% if i > 0 %> • <% end %> <%= link_to beer.title, beer_path(beer.id) %> <% end %> (<%= beers.count %>)