Skip to content
Snippets Groups Projects
Commit 1eaffd1d authored by alexisben's avatar alexisben
Browse files

Fix block timeline static

parent 7428d81a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<%= block_component_static :credit %>
buttons:
<% block.template.elements.each do |element| %>
<%= block_component_static :title, template: element, depth: 4, list: true %>
<%= block_component_static :title, template: element, list: true, depth: 4 %>
<%= block_component_static :url, template: element, depth: 5 %>
<%= block_component_static :target_blank, template: element, depth: 5 %>
......
testimonials:
<% block.template.elements.each do |element| %>
<%= block_component_static :text, template: element, list: true %>
<%= block_component_static :text, template: element, depth: 4, list: true %>
<%= block_component_static :author, template: element, depth: 4 %>
<%= block_component_static :job, template: element, depth: 4 %>
<% if element.photo %>
<%= block_component_static :photo, template: element, depth: 4 %>
<% end %>
<% end %>
<% block.template.elements.each do |element| %>
<%= block_component_static :title, template: element, depth: 4 %>
<%= block_component_static :title, template: element, depth: 3, list: true %>
<%= block_component_static :text, template: element, depth: 4 %>
<% end %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment