Sha256: e93a2748ad45132e3430d40bd8118855cca0db6c11b89a9f2a2c446c3871e994
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
<ul class="breadcrumb has-succeeds-separator"> <% @taxon.ancestors.each do |taxon| %> <li><%= link_to taxon.name, taxon_products_path(:taxon_id => taxon) %></li> <% end %> <li class="is-active"><%= @taxon.name %></li> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/goods/taxon/_breadcrumb.html.erb |