Sha256: cd4abab8b215fbac0771e83fd0377fbfb04428a67b0d9b45cc476a0303d764e3

Contents?: true

Size: 383 Bytes

Versions: 4

Compression:

Stored size: 383 Bytes

Contents

#rg-gallery.rg-gallery
  .rg-thumbs
    // Elastislide Carousel Thumbnail Viewer
    .es-carousel-wrapper
      .es-nav
        %span.es-nav-prev
          = t('rgallery.previous')
        %span.es-nav-next
          = t('rgallery.next')
      .es-carousel
        %ul
          - photos.all.each do |photo|
            = gallery_image :responsive, photo, wrap: true
                

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails-gallery-0.3.3 app/views/gallery/_responsive.html.haml
rails-gallery-0.3.2 app/views/gallery/_responsive.html.haml
rails-gallery-0.3.1 app/views/gallery/_responsive.html.haml
rails-gallery-0.3.0 app/views/gallery/_responsive.html.haml