Sha256: 750eb52f361964b172d40b3ecfd5de4c389c29b581a9d2e2cf3f1dcaea056b71

Contents?: true

Size: 758 Bytes

Versions: 1

Compression:

Stored size: 758 Bytes

Contents

.manager-galleries-show
  .row
    .large-12.columns
      %h1
        Gallery #{@gallery.name} (#{@photos.length})
        
      = link_to '[~]', edit_manager_gallery_path( @gallery )
      [x]
      = @gallery.inspect
      %hr
      
      = render 'manager/galleries/meta', :gallery => @gallery
      
      .mini
        %ul
          - @photos.each do |photo|
            %li.item= image_tag photo.photo.url( :mini )

      %hr
      .spacer{ :style => 'height: 500px' }
        
      .thumbs
        %ul
          - @photos.each do |photo|
            %li.item
              = image_tag photo.photo.url( :thumb )

      .large
        %ol
          - @photos.each do |photo|
            %li.item
              = image_tag photo.photo.url( :large )

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 app/views/ish_lib_manager/galleries/show.haml