Sha256: 6f3e41238aa2b3f9cb9c0cb368277a17fc07c5026635bc7964f9eeab182c572f

Contents?: true

Size: 425 Bytes

Versions: 59

Compression:

Stored size: 425 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(helpers.main_app.url_for(@field.value), class: 'max-h-full'), resource_path, class: 'block h-8' %>
    <% else %>
      <%= @field.value.filename %>
    <% end %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
avo-1.20.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.11 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.10 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.9 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.8 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.7 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.6 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.5 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.4 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.1.pre.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.19.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.2.pre.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.1 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.0 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.0.pre.3 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.0.pre.2 app/components/avo/fields/file_field/index_component.html.erb
avo-1.18.0.pre.1 app/components/avo/fields/file_field/index_component.html.erb