Sha256: f1a9cc7aab3dbbade1bc3352204a30986c8e334ed236ca26663776129572e139

Contents?: true

Size: 979 Bytes

Versions: 15

Compression:

Stored size: 979 Bytes

Contents

.fragment-attachments
  - attachments.each do |attachment|
    :ruby
      thumb_url = if attachment.variable?
        url_for(attachment.variant(combine_options: Comfy::Cms::File::VARIANT_SIZE[:thumb]))
      end
      filename = attachment.filename.to_s
      truncated_filename = truncate(filename, length: 40, omission: "...#{filename.last(10)}")

      link_data = {
        cms_file_thumb_url: thumb_url,
        cms_file_link_tag: cms_page_file_link_tag(
          fragment_id:  fragment_id,
          attachment:   attachment,
          multiple:     multiple
        )
      }

    .fragment-attachment.btn-group.btn-group-sm.mb-1
      = link_to truncated_filename, attachment, data: link_data, class: "btn btn-light text-truncate", target: "_blank"
      = check_box_tag "#{object_name}[fragments_attributes][#{index}][file_ids_destroy][]", attachment.id, false, id: dom_id(attachment)
      %label.btn.btn-light{for: dom_id(attachment)}
        %i.fas.fa-fw.fa-times

Version data entries

15 entries across 15 versions & 7 rubygems

Version Path
comfortable_media_surfer-3.1.1 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
comfortable_media_surfer-3.1.0 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
comfortable_media_surfer-3.0.0 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
comfortable_mexican_sofa-2.0.19 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
PixelForce_ETS-0.0.2 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
PixelForce_ETS-0.0.1 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest2-0.0.4 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest2-0.0.3 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest2-0.0.2 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest2-0.0.1 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest-0.0.1 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcyEtsTest-2.2.19 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
ComfortableMexicanSofa-2.0.18 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
kcy1-1.0 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml
comfortable_mexican_sofa-2.0.18 app/views/comfy/admin/cms/fragments/_form_fragment_attachments.html.haml