Sha256: ad7255d562de6993f59767c3dbb8415ce6fac1aff4cf8338fe8537ec6596a2c8

Contents?: true

Size: 991 Bytes

Versions: 20

Compression:

Stored size: 991 Bytes

Contents

<div id="<%= dom_id file %>" class="relative min-h-full max-w-full flex-1 flex">
  <% if file.present? %>
    <div class="grid grid-cols-6 gap-2 items-center max-w-full w-full">
      <div class="col-span-4 flex-1 flex flex-row items-center text-gray-700 overflow-x-auto mac-styled-scrollbar ">
        <div class="rounded-full bg-slate-100 border border-gray-500 p-1.5 flex items-center justify-center">
          <%= helpers.svg icon_for_file, class: "h-5 text-gray-600" %>
        </div>
        <p class="items-center h-full p-2 flex-shrink-0">
          <%= file.filename %>
        </p>
      </div>
      <div class="text-gray-700 flex-shrink-0 text-sm">
        <%= helpers.number_to_human_size(file.byte_size) %>
      </div>
      <div class="flex space-x-2 justify-end col-span-1 flex-shrink-0">
        <%= render Avo::Fields::Common::Files::ControlsComponent.new(field: @field, file: file, resource: @resource) %>
      </div>
    </div>
  <% else %>
    –
  <% end %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.15.0 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.5 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.4 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.3 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.2 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.1 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.14.0 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.7 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.6 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.5 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.4 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.3 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.2 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.1 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.13.0 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.12.0 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.11.10 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.11.9 app/components/avo/fields/common/files/view_type/list_item_component.html.erb
avo-3.11.8 app/components/avo/fields/common/files/view_type/list_item_component.html.erb