Sha256: 0701e6110693de1bdfa8ef143786f2496d5656b0b675cb1570356c25d78f84d6

Contents?: true

Size: 602 Bytes

Versions: 31

Compression:

Stored size: 602 Bytes

Contents

<%= content_tag :td,
  class: "min-h-[3rem] px-3 leading-tight whitespace-nowrap h-full text-slate-800 text-base #{classes}",
  data: {
    field_id: @field.id,
    field_type: @field.type,
    **stimulus_attributes
  },
  style: style do %>
  <% if render_dash? %>
    —
  <% else %>
    <% if @center_content %>
      <div class="flex items-center justify-center">
        <%= content %>
      </div>
    <% else %>
      <%= content %>
    <% end %>
  <% end %>
  <% if params[:avo_debug].present? %>
    <!-- Raw value: -->
    <!-- <%= sanitize @field.value.inspect %> -->
  <% end %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
avo-3.15.1 app/components/avo/index/field_wrapper_component.html.erb
avo-3.15.0 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.5 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.4 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.3 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.2 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.1 app/components/avo/index/field_wrapper_component.html.erb
avo-3.14.0 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.7 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.6 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.5 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.4 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.3 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.2 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.1 app/components/avo/index/field_wrapper_component.html.erb
avo-3.13.0 app/components/avo/index/field_wrapper_component.html.erb
avo-3.12.0 app/components/avo/index/field_wrapper_component.html.erb
avo-3.11.10 app/components/avo/index/field_wrapper_component.html.erb
avo-3.11.9 app/components/avo/index/field_wrapper_component.html.erb
avo-3.11.8 app/components/avo/index/field_wrapper_component.html.erb