Sha256: 8cab3168a75889e446c0a4337ec18ac16f46cc5b70ba172162ebbcdf18f48f3b

Contents?: true

Size: 685 Bytes

Versions: 58

Compression:

Stored size: 685 Bytes

Contents

<%= render Avo::CommonFieldWrapperComponent.new(field: @field, resource: @resource, index: @index, form: @form, displayed_in_modal: @displayed_in_modal, label: @label, view: @resource.view, class: @classes) do %>
  <div class="self-center <% if @displayed_in_modal or @full_width %> w-full <% else %> w-full md:w-8/12 <% end %>" data-slot="value">
    <%= content %>
    <% if @model.present? and @model.errors.include? @field.id %>
      <div class="text-red-600 mt-2 text-sm"><%= @model.errors.full_messages_for(@field.id).to_sentence %></div>
    <% end %>
    <% if help.present? %>
      <div class="text-gray-600 mt-2 text-sm"><%== help %></div>
    <% end %>
  </div>
<% end %>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
avo-2.16.0 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.3 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.3.pre.1.data.attrs.to.sidebar.items app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.2 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.2.pre.1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.15.0 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.7.polytranslations1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.6.nosprockets app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.5.nosprockets app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.4.tosqlfix app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.3.jsbundling app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.2.tailwindcss app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.3.pre.1.branding app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.2 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.2.pre.1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.1.pre.1 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.14.0 app/components/avo/edit/field_wrapper_component.html.erb
avo-2.13.6.pre.2 app/components/avo/edit/field_wrapper_component.html.erb