tramway-event 1.9.7 → 1.9.8
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: d2ecda0356e07c6a2d553c1c1acfe8280c6721fd263eb676a54f1bf96931a024
|
4
|
+
data.tar.gz: 165264bdcbafca2272b9069f4b8f185804f4390326b4d9574fed3e9b6d99c1a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0283612a68192a5783e944e6385f0621ff2e4db3a817c0eed742ebd91e2183c2b3ace09dbc861ea0635779b7c08a1977f264ab9ee73044bd0e50b8607fcb6ff
|
7
|
+
data.tar.gz: 6b7078b729b30984b216019f9092519f99fd22c9cddd8799276759c8430e2b0b1377d729b90ba17121335b6ac8d00e08135b75c5e08f0202bc8dca84ab8f6026
|
@@ -25,10 +25,10 @@
|
|
25
25
|
= mail_to 'kalashnikov@ulmic.ru'
|
26
26
|
- if request.path == ::Tramway::Event::Engine.routes.url_helpers.event_path(event.id)
|
27
27
|
= render 'tramway/landing/blocks/templates/full_page', block: event, buttons: [OpenStruct.new(title: t('.registration'), anchor: '#registration')]
|
28
|
-
%main
|
28
|
+
%main.event.show
|
29
29
|
.container
|
30
30
|
= render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
|
31
|
-
.row
|
31
|
+
.row.description
|
32
32
|
.col
|
33
33
|
!= event.description
|
34
34
|
#registration
|
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.8
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for events
|
14
14
|
email:
|