app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.2.3 vs app/views/tramway/event/events/_show_page.html.haml in tramway-event-1.2.4
- old
+ new
@@ -28,10 +28,11 @@
%main
.container
= render 'tramway/landing/blocks/templates/features_list', block: OpenStruct.new(title: "Направления IT Way'18", description: "Вы можете выбрать любое из направлений", anchor: :features), collection: sections_as_features
%br
.row
- != event.description
+ .col
+ != event.description
%hr
= render 'tramway/event/participants/form', event: event
%br
- sections.each_with_index do |section, index|
= render 'tramway/landing/blocks/templates/section_with_image_and_text', block: section