tramway-event 1.9.9.1 → 1.9.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f3b32ee1f928199069aa366a77f6ef3657bea97f9103e756d22cc5ae0d94c8d
4
- data.tar.gz: f0de4538d7ffb4cc6d1987f48eb89c4a63a46580b9d1a40184fbf9d1c90b6a2d
3
+ metadata.gz: 5cb78e489d49f342b3936e682c3a803bdda946ed7ebfb79846979d92db1624ea
4
+ data.tar.gz: 65b1050ba33bcc72c6cdb128e0728ede2296cc553168d2505f045a0a560c4ed1
5
5
  SHA512:
6
- metadata.gz: bede76cf380d62183a9084df702854b394aa97d9f3a7d10ad9e6c6648e615eefa7f4aa0d6d58b02a45938d7c344c8552ae9fc753ea357c51996208342f4fdfcc
7
- data.tar.gz: 72f903f4efcc3d7d7fd9103131e5d80024dd768a0b48a015be4979fb5012fe7112034e44403896028282c0e82bcba0bf47a36d1196fdda9adfa4b5708c06c4f4
6
+ metadata.gz: 2e09d53832ff2a223c8f029772321c26098a1e2afa4b290fd3a144e3fb8d57b3c710e432a1f2ccead5c8968d061570a7f9b76642857f5942734fa32fd9ad7fad
7
+ data.tar.gz: fb1bdee1c7c3999380e648be3746481461fe48a5c5cf042c9a3f5a9454e0e6a0863802b6baef92f3bd8860f5fe3ecd6646d6ee1370e61bdd381111d013b4a71e
@@ -25,8 +25,8 @@
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
- - content_for :main_image do
29
- = request.protocol + request.host_with_port + event.background.url
28
+ - content_for :main_image do
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
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '1.9.9.1'
3
+ VERSION = '1.9.9.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9.1
4
+ version: 1.9.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov