Sha256: 18b76b10a0451097b8debbf3afef5780490d186c189a33761bef4446e17fff62

Contents?: true

Size: 606 Bytes

Versions: 20

Compression:

Stored size: 606 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, 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.20.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.11 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.10 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.9 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.8 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.7 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.6 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.5 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.1.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.19.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.2.pre.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.0.pre.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.0.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.18.0.pre.1 app/components/avo/fields/file_field/edit_component.html.erb