Sha256: 9ce3143fd7b99b061c4a8ff3dab615ca642223bad96309b9578c68bd57a76059
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
<% content_for :sidebar do %> <%= render "shared/taxonomies" %> <% end %> <% @taxons.each do |taxon| %> <div class="taxon"> <h2><%= taxon.name %></h2> <%= render :partial => "shared/products", :locals => {:products => taxon_preview(taxon, 6), :taxon => taxon} %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
synergy_default_theme-1.0.2 | app/views/home/index.html.erb |
synergy_default_theme-1.0.1 | app/views/home/index.html.erb |
synergy_default_theme-1.0.0 | app/views/home/index.html.erb |