Sha256: 716f98dfeb6331d14ee0711049bff624918c2e55c76bb07fe6c9fc1ebaa559b1

Contents?: true

Size: 666 Bytes

Versions: 21

Compression:

Stored size: 666 Bytes

Contents

<%= index_field_wrapper field: @field do %>
  <% if @field.value.present? %>
    <% if @field.value.attached? && @field.value.representable? && @field.is_image %>
      <%= link_to_if @field.link_to_resource, image_tag(helpers.main_app.url_for(@field.value), class: 'max-h-full'), resource_path, class: 'block' %>
    <% elsif @field.value.attached? && @field.is_audio %>
      <%= link_to_if @field.link_to_resource, audio_tag(helpers.main_app.url_for(@field.value), controls: true, preload: false, class: 'max-h-full'), resource_path, class: 'block h-8' %>
    <% else %>
      <%= @field.value.filename %>
    <% end %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

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