Sha256: fbf54e19348f24a364c3a6c714fee6e99d04c8a662bf6f59184237f93250be70

Contents?: true

Size: 319 Bytes

Versions: 8

Compression:

Stored size: 319 Bytes

Contents

<div class="relative p-3 bg-slate-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

8 entries across 8 versions & 1 rubygems

Version Path
avo-1.20.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.11 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.10 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.9 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.8 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.7 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.6 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.5 app/components/avo/fields/common/files_list_viewer_component.html.erb