Sha256: 0a20dd1adececc263a9c5c0393b052a8622be8804e44c1012129660c3512d584
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<%= content_tag(:div) do %> <% if object.tag == "table" %> <%= pb_content_tag(:table, **combined_html_options) do %> <%= content.presence %> <% end %> <% else %> <%= content_tag(:div, aria: object.aria, class: object.classname, data: object.data, id: object.id, **combined_html_options) do %> <%= content.presence %> <% end %> <% 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.html.erb |