Sha256: 5a28ececb0b40e40276b14a431923b2bc226ce0a5b11ecc534a5ac422b9ef0e9

Contents?: true

Size: 444 Bytes

Versions: 15

Compression:

Stored size: 444 Bytes

Contents

- gallery_id = "gallery_#{gallery.id}_#{rand(100000)}"

.gallery(style=" overflow: hidden;" class='#{gallery.name.urlise}' id='#{gallery_id}')
  - assets.each do |asset|
    - img = image_tag(asset.asset.best_url(gallery.width, gallery.height), :style=>"padding: 20px; ")
    = link_to img, asset.asset.url('original'), :class=>"fancybox" 
  .pagination
    = paginate assets

%script
  $(document).ready(function() {
  init_fancybox();
  });

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.20 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.19 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.18 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.17 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.16 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.15 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.14 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.13 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.11 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.10 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.9 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.8 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.7 app/views/admin/gallery/_slideshow.html.haml
kit_cms-2.3.6 app/views/admin/gallery/_slideshow.html.haml