Sha256: 97ba13db0bfeabcee29228f5509b3b7bbcb2ee7ee7cc329d23cedbc98201aed7

Contents?: true

Size: 449 Bytes

Versions: 45

Compression:

Stored size: 449 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::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

45 entries across 45 versions & 1 rubygems

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