Sha256: 241d849332041859221f08aacc02596ff910d722a0c5fa7fd5c9d95e096957e7

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

<% if object.tag == "table" %>
  <%= pb_content_tag(:td, **combined_html_options) do %>
    <%= content.presence || object.text %>
  <% end %>
<% else %>
  <%= pb_content_tag(:div, **combined_html_options) do %>
    <%= content.presence || object.text %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_table/table_cell.html.erb