Sha256: 9b0e7c3c64597c9b09780b728e10a78a0d58b471db4512010e109d233379c2a5

Contents?: true

Size: 402 Bytes

Versions: 58

Compression:

Stored size: 402 Bytes

Contents

<%= render Avo::CommonFieldWrapperComponent.new(field: @field, resource: @resource, dash_if_blank: @dash_if_blank, full_width: @full_width, view: :show) do %>
  <div class="self-center <% if @full_width %> w-full <% else %> w-full md:w-8/12 <% end %>" data-slot="value">
    <% if @field.value.blank? and @dash_if_blank %>
      —
    <% else %>
      <%= content %>
    <% end %>
  </div>
<% end %>

Version data entries

58 entries across 58 versions & 1 rubygems

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