Sha256: 2bd9392ed2a1b35cbca0e11f0edfea44b47fe4314ee353dcf81a00466cb3002c

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 Bytes

Contents

<% 
show_bullets_for_taxon = @product.taxons.first

bullets = show_bullets_for_taxon.bullets.active.sorted

unless !(@product or bullets.empty?) %>
  <section id="bullets">
    <ul>
      <% 
      bullets.each do |bullet| %>
        <%= content_tag :li, bullet.description %>
      <% end %>
    </ul>
  </section>
<% end %> 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_category_bullets-0.0.2 app/views/spree/products/_bullets.html.erb
spree_category_bullets-0.0.1 app/views/spree/products/_bullets.html.erb