Sha256: 05ce89ae25214c1f9e644e471d070f10f0ff8ecf48c10e2cfa58fd813cfc1eda

Contents?: true

Size: 701 Bytes

Versions: 28

Compression:

Stored size: 701 Bytes

Contents

<div class="flex items-start leading-tight <%= @classes %> min-h-16" data-field-id="<%= @field.id %>" data-field-type="<%= @field.type %>">
  <div class="h-16 flex self-start items-center text-slate-800">
    <div class="w-48 md:w-64 px-8" data-slot="label">
      <%= @field.name %> <% if @field.required %> <span class="text-red-600">*</span> <% end %>
    </div>
  </div>
  <div class="flex-1 flex flex-row h-full ml-2 min-h-inherit">
    <div class="px-6 py-3 self-center <% if @full_width %> w-full <% else %> w-8/12 <% end %>" data-slot="value">
      <% if @field.value.blank? and @dash_if_blank %>
        —
      <% else %>
        <%= content %>
      <% end %>
    </div>
  </div>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.25.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.25.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.24.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.24.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.24.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.23.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.4 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.3 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.1.pre.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.1.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.22.0.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.21.1.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.21.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.20.2.pre.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.20.2.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.21.0.pre.1 app/components/avo/show/field_wrapper_component.html.erb