Sha256: ff1d5d7983cc4f2e610a9708a86b3453e1c1b7577f002c95326aad449f1a7cbf
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
<h3><%= @beer_tags.count + @brewery_tags.count %> Tags</h3> <p> <span class='tags'> <% @beer_tags.each_with_index do |tag, i| %> <% if i > 0 %> • <% end %> <%= tag.key %> <% end %> </span> </p> <p> <span class='tags'> <% @brewery_tags.each_with_index do |tag, i| %> <% if i > 0 %> • <% end %> <%= tag.key %> <% end %> </span> </p>
Version data entries
4 entries across 4 versions & 1 rubygems