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

- old
+ new

@@ -23,13 +23,13 @@ = tel_tag '+79603727276' или пишите на email = mail_to 'kalashnikov@ulmic.ru' - 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 +%main.event.show .container = render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features - .row + .row.description .col != event.description #registration = render 'tramway/event/participants/form', event: event - sections.each_with_index do |section, index|