Sha256: 3e6a34ba767ce1e8f312303fb3448572b95f7f5e218478c08a55a77a0e7a09d3

Contents?: true

Size: 501 Bytes

Versions: 3

Compression:

Stored size: 501 Bytes

Contents

<div id="auto-uploaded-images" data-controller="editor-insert-images" data-trix-target-id="<%= trix_target_id %>">
  <% @images.each do |image| %>
    <div
      class="hidden trix-insert-image"
      data-image-id="<%= image.id %>"
      data-signed-blob-id="<%= image.file.blob&.signed_id %>"
      data-filename="<%= image.file.filename %>"
      data-thumbnail="<%= helpers.thumbnail_url(image) %>"
      data-embedded-url="<%= helpers.embedded_image_url(image) %>"
    ></div>
  <% end %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spina-2.18.0 app/components/spina/forms/editor_insert_images_meta_component.html.erb
spina-2.17.0 app/components/spina/forms/editor_insert_images_meta_component.html.erb
spina-2.16.0 app/components/spina/forms/editor_insert_images_meta_component.html.erb