app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.9.6 vs app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.9.7

- old
+ new

@@ -26,17 +26,14 @@ - if request.path == ::Tramway::Event::Engine.routes.url_helpers.event_path(event.id) = render 'tramway/landing/blocks/templates/full_page', block: event, buttons: [OpenStruct.new(title: t('.registration'), anchor: '#registration')] %main .container = render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features - %br .row .col != event.description - %hr #registration = render 'tramway/event/participants/form', event: event - %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' } } }