Sha256: 09649eb34f3427ab68bceff7f887f88cddd9d80e0d3417a268d08de21f488bb5
Contents?: true
Size: 426 Bytes
Versions: 20
Compression:
Stored size: 426 Bytes
Contents
<%= tag.table(**html_attributes) do %> <%= render caption if caption? %> <% if header? %> <%= tag.thead(**thead_attributes) do %> <%= header_row.render_in(view_context, &row_proc) %> <% end %> <% end %> <%= tag.tbody(**tbody_attributes) do %> <% collection.each do |record| %> <%= body_row(record).render_in(view_context) { |r| row_proc.call(r, record) } %> <% end %> <% end %> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems