Sha256: 443e04d16632ac8bb1eff7fbf61f4b1bc8bd04dde6b1eea50384c1cfe7283b8a

Contents?: true

Size: 656 Bytes

Versions: 8

Compression:

Stored size: 656 Bytes

Contents

-# this partial renders a dropzone upload bucket and a preview image/body form
.columns
  .columns__main_form
    .dropzone{class: "#{model_type}", data: {"#{model_type}-id": "#{obj.id}"}}
      %label.panel_description Drag + Drop or click here to upload all of your images here!

    #images_container.reorderable
      = render 'uploaded_images_new', obj: obj, model_name: model_name

  .columns__narrow_form
    %h4 Set Preview image
    %p Drag an image into the box
    #preview_image__wrapper
      #preview_drag__target
        = render 'preview_image', obj: obj
    #preview_body_container
      %h4 Preview Body
      = f.text_area :preview_body

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/_preview_upload.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/_preview_upload.html.haml