Sha256: 8de7a5ed97f0e62324fe903b7791bc0517838b84a3585cdc2596383c4d7c8059

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 Bytes

Contents

.tandem-gallery
  ul
    - @images.each do |image|
      li
        = image_tag image.resource.url(:thumb), :onclick => "select_gallery_item(#{image.id})", :class => "thumb"
        ul.actions
          li 
            a.use href="/" Use
            = link_to 'Delete', image, :confirm => 'Are you sure?', :method => :delete, :class => "delete"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tandem-0.2.5 app/views/tandem/images/index.html.slim
tandem-0.2.4 app/views/tandem/images/index.html.slim
tandem-0.2.3 app/views/tandem/images/index.html.slim
tandem-0.2.2 app/views/tandem/images/index.html.slim
tandem-0.2.1 app/views/tandem/images/index.html.slim
tandem-0.2.0 app/views/tandem/images/index.html.slim
tandem-0.2.0.rc app/views/tandem/images/index.html.slim