app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.6.4 vs app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.7
- old
+ new
@@ -38,5 +38,6 @@
%br
- sections.each_with_index do |section, index|
= render 'tramway/event/sections/show_page', section: section
- if index < sections.count - 1
%br
+ = render 'tramway/landing/blocks/templates/features_list', block: OpenStruct.new(title: "Оргкомитет", description: "", anchor: :organizers), collection: people_as_features, options: { image: { css: { class_name: 'circle' } } }