Sha256: a40d34feb91ec1064b6d8e89ab734435e6fd6b4ee363083a94cf5fc68812d36e

Contents?: true

Size: 209 Bytes

Versions: 4

Compression:

Stored size: 209 Bytes

Contents

- if @product and not @product.questions.all.empty?
  %h6.product-section-title #{@product.name} FAQ
  %ul.products-faq
    - @product.questions.each do |question|
      %li=link_to question.question, question

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_grid_faq-0.1.0 app/views/spree/shared/_product_faq.html.haml
spree_grid_faq-0.0.9 app/views/spree/shared/_product_faq.html.haml
spree_grid_faq-0.0.8 app/views/spree/shared/_product_faq.html.haml
spree_grid_faq-0.0.7 app/views/spree/shared/_product_faq.html.haml