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