Sha256: cda20cd8c2a1bac5e2af328cbd3ab0ed706ab14456139b86d42e12819cdc03ec
Contents?: true
Size: 888 Bytes
Versions: 149
Compression:
Stored size: 888 Bytes
Contents
.galleries-show .row .large-12.columns .center Gallery %h2.center #{@gallery.name} (#{@photos.length}) = link_to '[~]', edit_gallery_path( @gallery ) [x] .center= @gallery.galleryname = render 'meta', :gallery => @gallery .mini %ul - @photos.each do |photo| %li.item= image_tag photo.photo.url( :mini ), :alt => '' .spacer{ :style => 'height: 500px' } .thumbs %ul - @photos.each do |photo| %li.item = link_to '[x]', photo_path( :id => photo.id ), :method => :delete, :confirm => 'Are you sure?' %br = image_tag photo.photo.url( :thumb ), :alt => '' .large %ol - @photos.each do |photo| %li.item = image_tag photo.photo.url( :large ), :alt => ''
Version data entries
149 entries across 149 versions & 1 rubygems