Sha256: c435038ea2698e8bb9de916767811e218b289022549cef5899bae7f8e6c365ac

Contents?: true

Size: 693 Bytes

Versions: 116

Compression:

Stored size: 693 Bytes

Contents

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

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/file_field/index_component.html.erb
avo-3.16.0 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.7 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.6 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.5 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.4 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.3 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.2 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.1 app/components/avo/fields/file_field/index_component.html.erb
avo-3.15.0 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.5 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.4 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.3 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.2 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.1 app/components/avo/fields/file_field/index_component.html.erb
avo-3.14.0 app/components/avo/fields/file_field/index_component.html.erb
avo-3.13.7 app/components/avo/fields/file_field/index_component.html.erb
avo-3.13.6 app/components/avo/fields/file_field/index_component.html.erb
avo-3.13.5 app/components/avo/fields/file_field/index_component.html.erb
avo-3.13.4 app/components/avo/fields/file_field/index_component.html.erb