Sha256: a245b7b93403914c37de419dce5c68bf9a296d6116d416004f3e49920baa6821
Contents?: true
Size: 539 Bytes
Versions: 69
Compression:
Stored size: 539 Bytes
Contents
<% if rows.any? %> <%= render(Primer::Box.new(**@system_arguments.merge(direction: :column))) do %> <% rows.each do |row| %> <%= row %> <% end %> <% end %> <% end %> <% if columns.any? %> <%= render(Primer::Box.new(**@system_arguments.merge(direction: :row))) do %> <% columns.each do |column| %> <%= column %> <% end %> <% end %> <% end %> <% if boxes.any? %> <%= render(Primer::Box.new(**@system_arguments)) do %> <% boxes.each do |box| %> <%= box %> <% end %> <% end %> <% end %>
Version data entries
69 entries across 69 versions & 1 rubygems