Skip to content

Instantly share code, notes, and snippets.

@incorvia
Created September 9, 2014 15:57
Show Gist options
  • Save incorvia/a25eb90dba05e325b28c to your computer and use it in GitHub Desktop.
Save incorvia/a25eb90dba05e325b28c to your computer and use it in GitHub Desktop.
<div class='breadcrumbs'>
<%= link_to "REVIEWED.COM", 'http://www.reviewed.com' %> <i class='icon-chevron-right'></i>
<%= link_to category.upcase, '/' %> <i class='icon-chevron-right'></i>
<% if product.try(:brand) %>
<%= link_to product.brand.name.upcase, brand_page_path(product.brand.name) %>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment