tramway-conference 1.5.6 → 1.5.7
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: 05d4fa76cb563b6625fc683a181aa859ecadb06e92d7ad4b5dad8bc1354d41a3
|
4
|
+
data.tar.gz: 0f5018e7f388d8fe62f1e437b9977bab19140a9bd4822105a8019a4d916462e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21eecc509a877f4ffa0ec60291fae6fca7cbdea90274e49fa062c1eac978eb6296e3ba7c931973e21d16981eb90aa93d3d69f638028b05a8122e0a3b714399c5
|
7
|
+
data.tar.gz: a84b5dce0d2b8fd9842068fddcdf0d0549a10128f215aa39406b2e707254eafc81e1c6bb259873849ad3bb70cf3ae8cf5a65ff8d0e0593a90bcb4eeab9d0b1bf
|
@@ -12,6 +12,7 @@ class Tramway::Conference::Web::WelcomeController < ::Tramway::Conference::Appli
|
|
12
12
|
@sections_as_features = main_event.sections.order(position: :asc).map { |s| ::Tramway::Event::SectionFeatureDecorator.decorate s }
|
13
13
|
@sections = main_event.sections.order(position: :asc).map { |s| ::Tramway::Event::SectionDecorator.decorate s }
|
14
14
|
@participant_form = ::Tramway::Event::ParticipantExtendedFormCreator.create_form_class(request.uuid, main_event).new ::Tramway::Event::Participant.new
|
15
|
+
@people_as_features = @main_event.partakings.map { |p| ::Tramway::Event::PartakingFeatureDecorator.decorate p }
|
15
16
|
end
|
16
17
|
end
|
17
18
|
end
|
@@ -41,4 +41,4 @@
|
|
41
41
|
= @main_event.title
|
42
42
|
%h3.text-center
|
43
43
|
= @main_event.duration
|
44
|
-
= render 'tramway/event/events/show_page', event: @main_event, sections: @sections, sections_as_features: @sections_as_features
|
44
|
+
= render 'tramway/event/events/show_page', event: @main_event, sections: @sections, sections_as_features: @sections_as_features, people_as_features: @people_as_features
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-conference
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Korotin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-10-
|
12
|
+
date: 2018-10-15 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|