tramway-sport_school 1.2.10.2 → 1.2.10.3

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: ee84bf45e6536c1e24c721bd1cc2b800cfe4ca9ee0e98b7a755f39381fdea4be
4
- data.tar.gz: 8aec3e4d5b2473c17a77225a1b1fdc79d2f5d0e75bd7f71afa3c4eefe5bbc2c4
3
+ metadata.gz: 75129d8ad8e15d341bc2948a3d6324fcbf9b6ea07652f82c03b5f4275e72b7d4
4
+ data.tar.gz: 4e2ffdbf63dee0c6a534234c4b9132d79ab7fef982c7faaf4f484b143f02bd94
5
5
  SHA512:
6
- metadata.gz: e1ad2755e719ea5cdfa8bd0067d8e77e24bc4c250a566598e0808f5ad8a25f1cef7d336ec30ec40614317ea5c64e356e401a182c0773348a14d1ad5e468ef37f
7
- data.tar.gz: 74d26557ae35f501e4b18055f1d5977e3aa73b4ea5810811a71d659d5475020a53bcd86c969c414d9a2ce721a5f83fd8abb93ebd5f0eff0a29d8ebaa7fd58acb
6
+ metadata.gz: dae327baeaf3c1fb647db1b9774c459ca97db614c32239d9e614fcc0baa197dfa355bbe330f4f1710a1e7343b5a005c77843ba1930131286817fd34e1d38a83e
7
+ data.tar.gz: 7dec03cc004b7a6b2655256e679008fbf1c53207436321832f5758200f944b0e75e03472be4a21361db9b2df8d30329e053ae4f22196939f0af6cde3cb123a12
@@ -9,7 +9,7 @@ class Tramway::SportSchool::Web::WelcomeController < ::Tramway::SportSchool::App
9
9
  @trainers = ::Tramway::SportSchool::Trainer.active.published.map { |t| ::Tramway::SportSchool::Cards::TrainerDecorator.new t }
10
10
  @institution = ::Tramway::SportSchool::Institution.includes(:social_networks).first
11
11
  blocks = ::Tramway::Landing::Block.on_main_page
12
- @links = ::Tramway::Landing::BlockDecorator.decorate blocks.with_navbar_link
12
+ @links = ::Tramway::Landing::BlockLinkDecorator.decorate blocks.with_navbar_link
13
13
  @blocks = ::Tramway::Landing::BlockDecorator.decorate blocks
14
14
  @organizations = ::Tramway::SportSchool::Organization.published
15
15
  @news = ::Tramway::News::News.active.last(3).reverse.map { |t| ::Tramway::Landing::Cards::NewsDecorator.new t }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.10.2'
5
+ VERSION = '1.2.10.3'
6
6
  end
7
7
  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.10.2
4
+ version: 1.2.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-29 00:00:00.000000000 Z
11
+ date: 2020-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg