Sha256: 55252d1cfb129e8211d44c0ab4e583f0c9a58d9f13576875e109c41586e808e5

Contents?: true

Size: 346 Bytes

Versions: 20

Compression:

Stored size: 346 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, is_audio: @field.is_audio, button_size: :xs, resource: @resource %>
  <% end %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.25.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.25.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.24.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.24.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.24.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.23.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.4 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.3 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.1.pre.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.1.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.22.0.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.21.1.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.21.0 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.20.2.pre.2 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.20.2.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb
avo-1.21.0.pre.1 app/components/avo/fields/common/files_list_viewer_component.html.erb