tramway-sport_school 1.2.10.1 → 1.2.10.2

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: d48c8e6188d7547f1af70755570b6de7c192f70a6a0cdb46c3f814b406399c35
4
- data.tar.gz: 31cdd0f87b5f071ebff8402ffe924944a84f0df4ff0d26cdeae3a73eeccf18de
3
+ metadata.gz: ee84bf45e6536c1e24c721bd1cc2b800cfe4ca9ee0e98b7a755f39381fdea4be
4
+ data.tar.gz: 8aec3e4d5b2473c17a77225a1b1fdc79d2f5d0e75bd7f71afa3c4eefe5bbc2c4
5
5
  SHA512:
6
- metadata.gz: da3cf574fd5ee125593b29c79d8c0c8e5e95e9e932ca17f47b6b044b1a68cca70f73ddab6694fa5125207ed58f5230aedac1dabd726cf089748650d6c13e9533
7
- data.tar.gz: 832dedecda4002433ef88d626c4b53cb00ea9153a87ac885eaec6da3b5775bc1e826f83cc4ed0e6fec581c445d9c8d78426dbbc715dbb596b1776b122f1ce7b3
6
+ metadata.gz: e1ad2755e719ea5cdfa8bd0067d8e77e24bc4c250a566598e0808f5ad8a25f1cef7d336ec30ec40614317ea5c64e356e401a182c0773348a14d1ad5e468ef37f
7
+ data.tar.gz: 74d26557ae35f501e4b18055f1d5977e3aa73b4ea5810811a71d659d5475020a53bcd86c969c414d9a2ce721a5f83fd8abb93ebd5f0eff0a29d8ebaa7fd58acb
data/README.md CHANGED
@@ -21,6 +21,13 @@ Or install it yourself as:
21
21
  $ gem install tramway-sport_school
22
22
  ```
23
23
 
24
+ #### Versions table
25
+
26
+ | tramway-sport_school | tramway-landing |
27
+ | ------------------ | --------------- |
28
+ | < 1.2.10.2 | 1.x |
29
+ | >= 1.2.10.2 | 2.x |
30
+
24
31
  ## Contributing
25
32
  Contribution directions go here.
26
33
 
@@ -6,13 +6,13 @@ class Tramway::SportSchool::InstitutionForm < ::Tramway::Core::ApplicationForm
6
6
  def initialize(object)
7
7
  super(object).tap do
8
8
  form_properties title: :string,
9
- tagline: :string,
10
- phone: :string,
11
- address: :string,
12
- latitude: :string,
13
- longtitude: :string,
14
- url: :string,
15
- found_date: :date_picker
9
+ tagline: :string,
10
+ phone: :string,
11
+ address: :string,
12
+ latitude: :string,
13
+ longtitude: :string,
14
+ url: :string,
15
+ found_date: :date_picker
16
16
  end
17
17
  end
18
18
  end
@@ -6,10 +6,10 @@ class Tramway::SportSchool::OrganizationForm < ::Tramway::Core::ApplicationForm
6
6
  def initialize(object)
7
7
  super(object).tap do
8
8
  form_properties title: :string,
9
- description: :default,
10
- organization_type: :default,
11
- logo: :file,
12
- link: :string
9
+ description: :default,
10
+ organization_type: :default,
11
+ logo: :file,
12
+ link: :string
13
13
  end
14
14
  end
15
15
  end
@@ -6,11 +6,11 @@ class Tramway::SportSchool::TrainerForm < ::Tramway::Core::ApplicationForm
6
6
  def initialize(object)
7
7
  super(object).tap do
8
8
  form_properties first_name: :string,
9
- last_name: :string,
10
- patronymic: :string,
11
- photo: :file,
12
- degree: :default,
13
- description: :text
9
+ last_name: :string,
10
+ patronymic: :string,
11
+ photo: :file,
12
+ degree: :default,
13
+ description: :text
14
14
  end
15
15
  end
16
16
  end
@@ -1,7 +1,3 @@
1
- = content_for :head_content do
2
- = stylesheet_link_tag 'tramway/sport_school/application', media: 'all'
3
- = javascript_include_tag 'tramway/sport_school/application'
4
-
5
1
  = content_for :application_name do
6
2
  = @application.title || t('application.name')
7
3
 
@@ -26,3 +26,8 @@
26
26
  }
27
27
  end
28
28
  } }, project: :sport_school)
29
+
30
+ ::Tramway::Landing.head_content = lambda do
31
+ concat stylesheet_link_tag 'tramway/sport_school/application', media: 'all'
32
+ concat javascript_include_tag 'tramway/sport_school/application'
33
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module SportSchool
5
- VERSION = '1.2.10.1'
5
+ VERSION = '1.2.10.2'
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.1
4
+ version: 1.2.10.2
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-25 00:00:00.000000000 Z
11
+ date: 2020-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg