Sha256: 39691101e5292854fc3d430aa3b1b2c403c2fe35870be0a0d5ff7706d10ed0a4

Contents?: true

Size: 457 Bytes

Versions: 52

Compression:

Stored size: 457 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 %>

  <%= @form.file_field @field.id, disabled: @field.readonly %>
<% end %>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
avo-1.13.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.13.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.13.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.13.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.12.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.12.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.12.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.12.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.12.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.6 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.5 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.4 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.10.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.11.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.10.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.10.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-1.10.0 app/components/avo/fields/file_field/edit_component.html.erb