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.11.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.1.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.1.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.10.3.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.10.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.2.pre1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.10.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre7 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre6 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre5 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre4 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre3 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.1.pre1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.9.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.8.0 app/components/avo/fields/file_field/index_component.html.erb