Sha256: 3aad37058e6d8b6069f8855aa8c4153dab468eaf6887f0bb10f8c024a1e0c824

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 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|
            %li
              %a{href:"#"}
                = image_tag photo.thumb, :"data-large" => "/assets/#{photo.path}", :alt => photo.alt, :"data-description" => photo.title

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-gallery-0.2.1 app/views/gallery/_responsive.html.haml
rails-gallery-0.2.0 app/views/gallery/_responsive.html.haml