Sha256: 346de8956fad1b9ce9c4ccbb6af8d13ada1af64f5b8984cae62dd13187f0cccf

Contents?: true

Size: 616 Bytes

Versions: 24

Compression:

Stored size: 616 Bytes

Contents

.inner-form.no-top
  %div{:style => "padding: 20px 0px;"}
    %h3 Images
    %br/
    %p 
      = add_child_link "Add an image.", :images
      You can attach as many images as you want to this product.  The first image in the list will be the one that shows in the product list.  
      Drag and drop the images to re-order them.
  
    %ul#images-list.sortable.attachment-list
      = f.fields_for :images, @product.images do |pi|
        = render :partial => "forge/products/modules/image", :locals => {:f => pi}
    .spacer
    = new_child_fields_template(f, :images, :partial => "forge/products/modules/image")

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/products/modules/_images.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/products/modules/_images.html.haml