Sha256: 372e2974500f6ab0e6502e0ad8c4a0fafa7f2296667d7ab3417bfb51f5fe5c17
Contents?: true
Size: 855 Bytes
Versions: 54
Compression:
Stored size: 855 Bytes
Contents
= render 'title', :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= image_tag photo.photo.url( :mini ), :alt => '' .spacer{ :style => 'height: 500px' } -# thumb .row .a - @photos.each do |photo| .col-xs-4 .item{ :style => "border: 1px solid red;" } = button_to '[x]', photo_path( :id => photo.id ), :method => :delete, :data => { :confirm => 'Are you sure?' } %br = image_tag photo.photo.url( :thumb ), :alt => '' .spacer{ :style => 'height: 100px' } -# large .center.large-photos - @photos.each do |photo| .item = image_tag photo.photo.url( :large ), :alt => '' %br %br
Version data entries
54 entries across 54 versions & 1 rubygems