Sha256: cef3533c099fcd37075064f29b333a176f544eebb8b42677ee4f8705164208f5
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 Bytes
Contents
<%= content_tag :table, local_assigns.slice(:style).merge(class: "design__table") do %> <thead> <% headings.each do |heading| %> <th><%= heading %></th> <% end %> </thead> <tbody> <% items.each do |row| %> <tr><%= render_row(row) %></tr> <% end %> </tbody> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems