Skip to content

Instantly share code, notes, and snippets.

@universal
Created June 12, 2015 08:58
Show Gist options
  • Save universal/db73ae11ce686351b269 to your computer and use it in GitHub Desktop.
Save universal/db73ae11ce686351b269 to your computer and use it in GitHub Desktop.
<% blog.tags.each do |tag, articles| %>
<li><%= link_to "#{tag} (#{articles.size})", tag_path(tag) %></li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment