Sha256: fa1c640ac22a6260c44a9f5604b96394cd014a2d9f0853e53aa8cf337533f34a

Contents?: true

Size: 985 Bytes

Versions: 16

Compression:

Stored size: 985 Bytes

Contents

- content_for :right_column do
  = render "comfy/admin/cms/categories/index", type: "Comfy::Cms::File"

:ruby
  cms_uploader_data = {
    cms_uploader: {
      url: comfy_admin_cms_site_files_path(@site, source: :plupload, categories: params[:categories]),
      token: {name: request_forgery_protection_token, value: form_authenticity_token},
      session: {name: Rails.application.config.session_options[:key], value: request.session_options[:id]}
    }
  }

#cms-uploader{data: cms_uploader_data}
  #cms-uploader-drag-drop-target

  .page-header
    = link_to t('.new_link'), new_comfy_admin_cms_site_file_path(@site), class: "btn btn-secondary float-right", id: "cms-uploader-browse"
    %h2= t('.title')

  = comfy_admin_partial "comfy/admin/cms/partials/files_before"

  = comfy_paginate @files

  %ul.list.sortable.cms-uploader-filelist
    = render partial: "file", collection: @files

  = comfy_admin_partial "comfy/admin/cms/partials/files_after"

  = comfy_paginate @files

Version data entries

16 entries across 16 versions & 6 rubygems

Version Path
PixelForce_ETS-0.0.2 app/views/comfy/admin/cms/files/index.html.haml
PixelForce_ETS-0.0.1 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest2-0.0.4 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest2-0.0.3 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest2-0.0.2 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest2-0.0.1 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest-0.0.1 app/views/comfy/admin/cms/files/index.html.haml
kcyEtsTest-2.2.19 app/views/comfy/admin/cms/files/index.html.haml
ComfortableMexicanSofa-2.0.18 app/views/comfy/admin/cms/files/index.html.haml
kcy1-1.0 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.18 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.17 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.16 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.15 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.14 app/views/comfy/admin/cms/files/index.html.haml
comfortable_mexican_sofa-2.0.13 app/views/comfy/admin/cms/files/index.html.haml