tramway-event 1.9.9 → 1.9.9.1
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: 8f3b32ee1f928199069aa366a77f6ef3657bea97f9103e756d22cc5ae0d94c8d
|
4
|
+
data.tar.gz: f0de4538d7ffb4cc6d1987f48eb89c4a63a46580b9d1a40184fbf9d1c90b6a2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bede76cf380d62183a9084df702854b394aa97d9f3a7d10ad9e6c6648e615eefa7f4aa0d6d58b02a45938d7c344c8552ae9fc753ea357c51996208342f4fdfcc
|
7
|
+
data.tar.gz: 72f903f4efcc3d7d7fd9103131e5d80024dd768a0b48a015be4979fb5012fe7112034e44403896028282c0e82bcba0bf47a36d1196fdda9adfa4b5708c06c4f4
|
@@ -26,7 +26,7 @@
|
|
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
28
|
- content_for :main_image do
|
29
|
-
= event.background.url
|
29
|
+
= request.protocol + request.host_with_port + event.background.url
|
30
30
|
%main.event.show
|
31
31
|
.container
|
32
32
|
= render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
|
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.9
|
4
|
+
version: 1.9.9.1
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for events
|
14
14
|
email:
|