Sha256: f029b951b68da791634a1be4326357123b579cf7d14970064795cb4d879ae0ce

Contents?: true

Size: 426 Bytes

Versions: 45

Compression:

Stored size: 426 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'), helpers.resource_path(@resource.model), class: 'block h-8' %>
    <% else %>
      <%= @field.value.filename %>
    <% end %>
  <% else %>
    —
  <% end %>
<% end %>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.5 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.5.pre.1 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.4 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.3 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.2 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.1 app/components/avo/index/fields/file_field_component.html.erb
avo-1.3.0 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.11.pre.4 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.11.pre.3 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.11.pre.2 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.11.pre.1 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.10 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.9 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.8 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.7 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.6 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.6.pre.1 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.5 app/components/avo/index/fields/file_field_component.html.erb
avo-1.2.4 app/components/avo/index/fields/file_field_component.html.erb