Sha256: e54e8800a245811fcebbd83d72c616406d5194c30b02b677927cc75c70d91893
Contents?: true
Size: 988 Bytes
Versions: 3
Compression:
Stored size: 988 Bytes
Contents
-# -# ish_manager / galleries / show.haml -# = render 'title', :gallery => @gallery = render 'ish_manager/photos/multinew', :gallery => @gallery -# deleted .row %p.addToggle Deleted [<>] .a %ul.inline - @deleted_photos.each do |ph| %li.border-red= image_tag ph.photo.url( :mini ) %hr -# mini .row %ul - @photos.each do |photo| %li.col-xs-1 = link_to image_tag(photo.photo.url( :mini ), :alt => ''), "#large_#{photo.id}" .spacer{ :style => 'height: 500px' } -# thumb .row.row-thumbs - @photos.each do |photo| .col-xs-3 .item = render 'ish_manager/photos/meta_manager', photo: photo = image_tag photo.photo.url( :thumb ), :alt => '' .spacer{ :style => 'height: 100px' } -# large .row.row-large - @photos.each do |photo| .item %a{id: "large_#{photo.id}" } = render 'ish_manager/photos/meta_manager', photo: photo .wrapper{ style: "background-image: url('#{photo.photo.url( :large )}')" }
Version data entries
3 entries across 3 versions & 1 rubygems