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.19.1.pre.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.1.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.19.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.2.pre.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.0.pre.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.0.pre.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.18.0.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.17.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.17.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.16.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.16.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.16.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.16.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.16.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.15.0 app/components/avo/fields/common/files_list_viewer_component.html.erb