Sha256: f0cdd361bff38afa58f331693ece475e2d42e7acef921de1bdddc99d18166aad

Contents?: true

Size: 633 Bytes

Versions: 20

Compression:

Stored size: 633 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <% if @field.value.present? %>
    <div class="mb-2">
      <%= render Avo::Fields::Common::SingleFileViewerComponent.new resource: @resource, id: @field.id, file: @field.value, is_image: @field.is_image, is_audio: @field.is_audio, button_size: :md %>
    </div>
  <% end %>

  <% if @resource.authorization.authorize_action(:upload_attachments?, raise_exception: false) %>
    <%= @form.file_field @field.id, disabled: @field.readonly, direct_upload: @field.direct_upload %>
  <% end %>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.25.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.25.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.24.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.24.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.24.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.23.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.1.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.1.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.22.0.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.21.1.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.21.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.20.2.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.20.2.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.21.0.pre.1 app/components/avo/fields/file_field/edit_component.html.erb