Sha256: 2627a891933ea20c4ec889bf88e103a91ba06b72b0e5f1038614d78c67c8e266

Contents?: true

Size: 499 Bytes

Versions: 583

Compression:

Stored size: 499 Bytes

Contents

<% if object.tag == "table" %>
    <%= content_tag(:td,
      aria: object.aria,
      class: object.classname,
      data: object.data,
      id: object.id,
      **combined_html_options) do %>
      <%= content.presence || object.text %>
    <% end %>
<% else %>
    <%= content_tag(:div,
      aria: object.aria,
      class: object.classname,
      data: object.data,
      id: object.id,
      **combined_html_options) do %>
      <%= content.presence || object.text %>
    <% end %>
<% end %>

Version data entries

583 entries across 583 versions & 1 rubygems

Version Path
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5714 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.2 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.1 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.13.0.pre.rc.0 app/pb_kits/playbook/pb_table/table_cell.html.erb
playbook_ui-14.12.0.pre.alpha.advancedtablealignmentfixes5693 app/pb_kits/playbook/pb_table/table_cell.html.erb