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.13.5.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.5.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.4.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.3.pre.4 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.3.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.3.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.3.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.2.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.2.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.13.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.12.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.2.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.2.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-2.11.1.pre.3 app/components/avo/fields/file_field/index_component.html.erb