Sha256: a0bdefee27e3a572b7fee4325fc64c69072beb3e9fcdd65e2c019aca3bfded3d
Contents?: true
Size: 351 Bytes
Versions: 42
Compression:
Stored size: 351 Bytes
Contents
<table class="<%= style(:table) %>" <%= html_attributes %>> <% if caption? %> <caption class="<%= style(:caption) %>" <%= html_attributes %>><%= caption %></caption> <% end %> <% if header? %> <%= header %> <% end %> <tbody class="<%= style(:body) %>"> <% rows.each do |row| %> <%= row %> <% end %> </tbody> </table>
Version data entries
42 entries across 42 versions & 1 rubygems