Sha256: 5fa2e0d59d2e0705d824fa2333b2d81e405cc541849c8fc9ad4b10a45ff49175

Contents?: true

Size: 323 Bytes

Versions: 74

Compression:

Stored size: 323 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::Fields::Common::MultipleFileViewerComponent.new id: @field.id, file: file, is_image: @field.is_image, button_size: :xs, resource: @resource %>
  <% end %>
</div>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
avo-1.15.0.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.14.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.13.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.13.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.13.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.13.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.12.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.12.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.12.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.12.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.12.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.6 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.5 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.10.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.11.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.10.2 app/components/avo/fields/common/files_list_viewer_component.html.erb