Sha256: 756e0ebb20e7539e4d1bdcd1adadcb8bd5ed6437cecbe69e6702095a9c79412f

Contents?: true

Size: 705 Bytes

Versions: 112

Compression:

Stored size: 705 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-blue-gray-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

112 entries across 112 versions & 1 rubygems

Version Path
avo-1.19.1.pre.4 app/components/avo/show/field_wrapper_component.html.erb
avo-1.19.1.pre.3 app/components/avo/show/field_wrapper_component.html.erb
avo-1.19.1.pre.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.19.1.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.19.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.2.pre.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.0.pre.3 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.0.pre.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.18.0.pre.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.17.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.17.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.16.4 app/components/avo/show/field_wrapper_component.html.erb
avo-1.16.3 app/components/avo/show/field_wrapper_component.html.erb
avo-1.16.2 app/components/avo/show/field_wrapper_component.html.erb
avo-1.16.1 app/components/avo/show/field_wrapper_component.html.erb
avo-1.16.0 app/components/avo/show/field_wrapper_component.html.erb
avo-1.15.0 app/components/avo/show/field_wrapper_component.html.erb