noesya/osuny

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

Summary

Maintainability
Test Coverage
<%= block_component_static block, :layout %>
      events:
<% block.template.elements.each do |element| %>
<%= block_component_static block, :title, template: element, depth: 4, list: true %>
<%= block_component_static block, :text, template: element, depth: 5 %>
<% end %>