Sha256: b0c1580914733308d9a395cb397b3154d4052b7e22e838aaf456a50ca4e180e8

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

- EffectivePages.carousels.each do |carousel|
  .bg-white.my-5.p-3.rounded
    %h3.mb-0 #{carousel.to_s.titleize} Carousel
    - datatable = EffectiveCarouselItemsDatatable.new(carousel: carousel)
    = render_datatable(datatable, simple: true, inline: true)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_pages-3.4.7 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.6 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.5 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.4 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.3 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.2 app/views/admin/carousel_items/index.html.haml
effective_pages-3.4.1 app/views/admin/carousel_items/index.html.haml