Sha256: b9944e3dadf80259fddc9512b3c5e6cb539af4269492060c91eda6557f4e0201
Contents?: true
Size: 260 Bytes
Versions: 18
Compression:
Stored size: 260 Bytes
Contents
<%= render caption if caption? %> <% if header_row? %> <%= tag.thead(**thead_attributes) do %> <%= header_row %> <% end %> <% end %> <%= tag.tbody(**tbody_attributes) do %> <% body_rows.each do |body_row| %> <%= body_row %> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems