tramway-sport_school 1.2.5 → 1.2.6

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: 6512310becdb8fa2b7e32d881385014f8981b8cf7eac1cccbb5b987d2772d052
4
- data.tar.gz: 3e3aaeae98b85691a931e6e51fa19bf29c70210db4ebbf1acd9b69761aed70f4
3
+ metadata.gz: '06993624a096bcada5c451e59f786fb63090c61e1571cce4055736ce9882564f'
4
+ data.tar.gz: f033cfaec71be479973e06a08ef31a001b2f0d01b11d6e435bd3109bbdcc5344
5
5
  SHA512:
6
- metadata.gz: 78ee57cc0e307f18b9e6326743c89545f6f1ace22d207703f3486fb6d321f24cbe1c2afdcd82b2af2b052eafe5d49935922200325cca09e149ce9b36908c4fc3
7
- data.tar.gz: 9797812627d47ce959081132024f04cb0f36b6883aab20db48956955073d3ff641ca8ab6beef56d169ec2c572cf4677a8addea018238db92e5b51d5a6dcdcc5f
6
+ metadata.gz: 3299e45f865cdf4e3237441d2ab01b07d0ee6fcfdd4d12f4a85a660368c4f89f3781d7f0f483de9782ee7f0fee0d112da14042a4495eae27d967b1bf8cc1acdf
7
+ data.tar.gz: 75e346f105da7a9d04b6270504ea60a0ab14a74bc6e7fdc93704e394221da81d5ae6c017bd5c7db67968c7a3c98ffc0fe5173a269048e06157ef34e91ab78241
@@ -8,7 +8,7 @@ class Tramway::SportSchool::Web::WelcomeController < ::Tramway::SportSchool::App
8
8
  @institution = ::Tramway::SportSchool::Institution.includes(:social_networks).first
9
9
  blocks = ::Tramway::Landing::Block.on_main_page
10
10
  @links = ::Tramway::Landing::BlockDecorator.decorate blocks.with_navbar_link
11
- @blocks = ::Tramway::Landing::BlockDecorator.decorate blocks.where block_type: :header
11
+ @blocks = ::Tramway::Landing::BlockDecorator.decorate blocks
12
12
  @organizations = ::Tramway::SportSchool::Organization.published
13
13
  @news = ::Tramway::News::News.active.last(3).reverse.map { |t| ::Tramway::Landing::Cards::NewsDecorator.new t }
14
14
  @education_documents = ::Tramway::SportSchool::Document.published.education.map { |t| ::Tramway::SportSchool::Cards::DocumentDecorator.new t }
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module SportSchool
3
- VERSION = '1.2.5'
3
+ VERSION = '1.2.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-sport_school
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-02 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg