diff --git a/app/views/admin/communication/blocks/templates/timeline/_static.html.erb b/app/views/admin/communication/blocks/templates/timeline/_static.html.erb index 1c59a843eef85344bec6a072896abe84efde168f..2c8edafc78edac4d2d88e3ff0f5d10f8ac2dc1a2 100644 --- a/app/views/admin/communication/blocks/templates/timeline/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/timeline/_static.html.erb @@ -1,4 +1,5 @@ + events: <% block.template.elements.each do |element| %> -<%= block_component_static :title, template: element, depth: 3, list: true %> -<%= block_component_static :text, template: element, depth: 4 %> +<%= block_component_static :title, template: element, depth: 4, list: true %> +<%= block_component_static :text, template: element, depth: 5 %> <% end %>