Sha256: ec0bbbfdbe17e097158b26ccbbfba5ec29e79e0d28bdd89a57df556084fe9e23

Contents?: true

Size: 315 Bytes

Versions: 45

Compression:

Stored size: 315 Bytes

Contents

<div class="relative p-3 bg-blue-gray-200 grid grid-cols-3 xl:grid-cols-4 gap-3 rounded-xl">
  <% @field.value.attachments.each do |file| %>
    <%= render Avo::Common::MultipleFileViewerComponent.new id: @field.id, file: file, is_image: @field.is_image, button_size: :xs, resource: @resource %>
  <% end %>
</div>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.5 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.5.pre.1 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.4 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.3 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.2 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.1 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.3.0 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.11.pre.4 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.11.pre.3 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.11.pre.2 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.11.pre.1 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.10 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.9 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.8 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.7 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.6 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.6.pre.1 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.5 app/components/avo/common/files_list_viewer_component.html.erb
avo-1.2.4 app/components/avo/common/files_list_viewer_component.html.erb