Sha256: ac2995db5d799b546ccfb59b9db2aec3730526c5122a005e90366423d095d9da

Contents?: true

Size: 528 Bytes

Versions: 6

Compression:

Stored size: 528 Bytes

Contents

#comable-product
  - if @category
    .row
      = listed_categories @category.path, tag: :ol, class: 'breadcrumb'

  .row
    .category.col-sm-2
      h2
        = Comable.t('category')
      - if @category
        = listed_categories @category.path, class: 'category-path'
        = listed_categories @category.children
      - else
        = listed_categories Comable::Category.roots

    .products.col-sm-10
      = render 'comable/shared/products'

      .text-center
        = paginate @products, theme: :comable_frontend

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
comable-frontend-0.7.0 app/views/comable/products/index.slim
comable-frontend-0.7.0.beta2 app/views/comable/products/index.slim
comable-frontend-0.7.0.beta1 app/views/comable/products/index.slim
comable-frontend-0.6.0 app/views/comable/products/index.slim
comable_frontend-0.5.0 app/views/comable/products/index.slim
comable_frontend-0.4.2 app/views/comable/products/index.slim