tramway-event 1.9.6 → 1.9.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: 3eb4f0a99bd10f3daf750125886cd782d5649d16f7d51a00b01fafed8d947f11
|
4
|
+
data.tar.gz: 4274c51505450f43b38b7e9c161560b59748a919f43a99a8d5966568785cd24f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d19e235ad234fa903fa7ed01bf5f6a3191c40884292d1601eb7c267805b50ba4f8c055dd1a5421c0d65fbff6569ee5ffa951714723db00939103ca98f4210dd4
|
7
|
+
data.tar.gz: e9022974e28e55a64a491bf49a5e8ffa8a11aa74dd11e5b920a994c05af6ffe08201b8f2c38f355f252f2892eda6ecd1e802dbbff5d877ccb12fce7c8b5b6059
|
@@ -28,14 +28,11 @@
|
|
28
28
|
%main
|
29
29
|
.container
|
30
30
|
= render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
|
31
|
-
%br
|
32
31
|
.row
|
33
32
|
.col
|
34
33
|
!= event.description
|
35
|
-
%hr
|
36
34
|
#registration
|
37
35
|
= render 'tramway/event/participants/form', event: event
|
38
|
-
%br
|
39
36
|
- sections.each_with_index do |section, index|
|
40
37
|
= render 'tramway/event/sections/show_page', section: section
|
41
38
|
- if index < sections.count - 1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for events
|
14
14
|
email:
|