Sha256: 6ded572ec1c5a3539bc36d006b5fd7a962ddb1e03e9df43a7de59993eaadcd83

Contents?: true

Size: 701 Bytes

Versions: 57

Compression:

Stored size: 701 Bytes

Contents

<%= index_field_wrapper field: @field, resource: @resource, flush: flush? 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: 'h-10'), 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 h-10'), resource_path, class: 'block h-8' %>
    <% else %>
      <%= @field.value.filename %>
    <% end %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
avo-2.15.3 app/components/avo/fields/file_field/index_component.html.erb
avo-2.15.3.pre.1.data.attrs.to.sidebar.items app/components/avo/fields/file_field/index_component.html.erb
avo-2.15.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.15.2.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.15.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.15.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.7.polytranslations1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.6.nosprockets app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.5.nosprockets app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.4.tosqlfix app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.3.jsbundling app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.2.tailwindcss app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.3.pre.1.branding app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.2.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.1.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.14.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.6.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.6.pre.1 app/components/avo/fields/file_field/index_component.html.erb