tramway-event 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bdd15c1d6768bdd294bf659faa8c73f1913044f3f0501e21d5662c7fab2f13b
|
4
|
+
data.tar.gz: f9f85015244b70b72b77410d34a8388304641d5d1396995d62bb1f52e7ca8411
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d9dc647e7c9219ad652d87c5b9bc26b59e5c9aa900f4f80ed277085d7dd6bd9ecae27e6eab4bc8c687fd900849dab6a57d9310b09db2fbe4212b18195aadec7
|
7
|
+
data.tar.gz: 28c175e0bc84d52662be229b72e07729609073712550ccb01cf04be394015c1b24f3af4fa498e4e363d33bbc6c9a9798f0a96fe8ee38e54903995eb375e89912
|
@@ -7,8 +7,9 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
|
|
7
7
|
|
8
8
|
delegate :title, to: :object
|
9
9
|
delegate :description, to: :object
|
10
|
-
|
11
|
-
|
10
|
+
decorate_association :participants
|
11
|
+
decorate_association :participant_form_fields
|
12
|
+
decorate_association :sections
|
12
13
|
|
13
14
|
def background
|
14
15
|
object.photo
|
@@ -27,7 +27,8 @@
|
|
27
27
|
= render 'tramway/landing/blocks/templates/full_page', block: event, buttons: []
|
28
28
|
%main
|
29
29
|
.container
|
30
|
-
|
30
|
+
-#= render 'tramway/landing/blocks/templates/features_list', block: OpenStruct.new(title: "Направления IT Way'18", description: "Вы можете выбрать любое из направлений", anchor: :features), collection: sections_as_features
|
31
|
+
= render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
|
31
32
|
%br
|
32
33
|
.row
|
33
34
|
.col
|