noesya/osuny

View on GitHub
app/views/admin/communication/blocks/templates/datatable/_static.html.erb

Summary

Maintainability
Test Coverage
<%= block_component_static block, :description %>
<%= block_component_static block, :columns %>
      rows:
<% block.template.elements.each do |element| %>
<%= block_component_static block, :cells, template: element, list: true, depth: 4 %>
<% end %>
<%= block_component_static block, :caption %>