Sha256: 133b7b9df44534e3fd7f9d791e9103427c13201fbc9df3c03905ab3b66614e75

Contents?: true

Size: 379 Bytes

Versions: 51

Compression:

Stored size: 379 Bytes

Contents

<div class="flex items-start py-1 leading-tight bg-gray-100 text-gray-500 text-xs">
  <div class="py-2 px-6 h-full w-full">
    <% if empty %>
    <% elsif value.present? %>
      <% if as_html %>
        <%= sanitize value %>
      <% else %>
        <div class="font-semibold uppercase"><%= value %></div>
      <% end %>
    <% else %>
      —
    <% end %>
  </div>
</div>

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/common/heading_component.html.erb
avo-2.52.0 app/components/avo/fields/common/heading_component.html.erb
avo-2.49.0 app/components/avo/fields/common/heading_component.html.erb
avo-2.48.0 app/components/avo/fields/common/heading_component.html.erb
avo-2.47.0 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta8 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta6 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta7 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta5 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta2 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta4 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta3 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.beta1 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.1.beta1 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre17 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre18 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre14 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre16 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre15 app/components/avo/fields/common/heading_component.html.erb
avo-3.0.0.pre13 app/components/avo/fields/common/heading_component.html.erb