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.6.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.5 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.5.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.5.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.4.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.4.0 app/components/avo/fields/common/files_list_viewer_component.html.erb