Sha256: 1005fa6fc86e3282e3a38ffbba0273a9e3ec8ebc6b5cc44a077ff550055a842a

Contents?: true

Size: 401 Bytes

Versions: 23

Compression:

Stored size: 401 Bytes

Contents

<%= index_field_wrapper field: @field do %>
  <% if @field.value.present? %>
    <% if @field.value.attached? && @field.value.representable? && @field.is_image %>
      <%= link_to_if @field.link_to_resource, image_tag(@field.variant, class: 'max-h-full'), resource_path, class: 'block h-8' %>
    <% else %>
      <%= @field.value.filename %>
    <% end %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
avo-1.7.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.7.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.7.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.4.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.3.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.3.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.3.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.2.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.6.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.5 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.4 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.3 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.5.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.4.5.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.4.4.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.4.4 app/components/avo/fields/file_field/index_component.html.erb
avo-1.4.3 app/components/avo/fields/file_field/index_component.html.erb