Sha256: e2fb9bdcbaced9a4aca75cb67da7fdacc025959d191532db3f1d931c2a7d156f

Contents?: true

Size: 697 Bytes

Versions: 122

Compression:

Stored size: 697 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_resource, 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_resource, 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

122 entries across 122 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.52.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.49.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.48.0 app/components/avo/fields/file_field/index_component.html.erb
avo-2.47.0 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta8 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta6 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta7 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta5 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta2 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta4 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta3 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.beta1 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.1.beta1 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre17 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre18 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre14 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre16 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre15 app/components/avo/fields/file_field/index_component.html.erb
avo-3.0.0.pre13 app/components/avo/fields/file_field/index_component.html.erb