Skip to content

Instantly share code, notes, and snippets.

@mbchoa
Last active August 29, 2015 13:56
Show Gist options
  • Save mbchoa/8875621 to your computer and use it in GitHub Desktop.
Save mbchoa/8875621 to your computer and use it in GitHub Desktop.
"Tags" layout.erb
<h2>TAGS</h2>
<ol>
<% blog.tags.each do |tag, articles| %>
<li><%= link_to tag, tag_path(tag) %> (<%= articles.size %>)</a></li>
<% end %>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment