tramway-landing 3.1.1.2 → 3.1.1.3

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: 41dc80ce521db8c83b528ddcd0d52d510104a9a4310e3f10c0ab63ba544f8f86
4
- data.tar.gz: 3978872729e584e6c38d616679cb5c5cd18307a0d26e34fafcec460b3ed3e599
3
+ metadata.gz: '08d7831b4585397754e140b18998cb695ec0ba23b07f6d0f80ff6b01fda43efb'
4
+ data.tar.gz: 8399b98114b9e3de6b6a5bcd4b03d5ceb099181a42b44636a1e8443dd586c1ea
5
5
  SHA512:
6
- metadata.gz: 1105c2f9aee1db673c8587c9a91535d5826ab48b5b37ea1f0500b05fa01548b4a1668e791da19aa0642e8de9d100293c219ba70a7b4193c8224dd194985fc837
7
- data.tar.gz: a7ec480ba9729455ef83f97e57278132b6529340a8b7613f35c3a03e78ded8822b1f0a4892024f111d086567d9b18a07fc2b9a36ca502a93b7a1d8708ac1f0cd
6
+ metadata.gz: f4ec85b3d2c054f45138349d95088334dcbccde09cf72fd6460264e477042378c7f5615a7fbef4210c7e2f7033af7a3c16f909cc5c2f249fe5cc31de5aaf18a5
7
+ data.tar.gz: a7b55670a6f4b906df8c1d05e3cdb0da1f5f377b18fafc62f0288375500b8e0f3a1060c9f98dbda48f335019124126033958ab5e0429a253e117571e18cc8797
@@ -19,7 +19,7 @@
19
19
  .col-md-6.col-xl-5.mb-4
20
20
  - if params[:flash] == 'success_user_sign_up'
21
21
  = render 'tramway/landing/templates/alert', alert_type: :success do
22
- Sign up successful!
22
+ = t('.sign_up_successful')
23
23
  - if params[:flash] == 'success_user_sign_in'
24
24
  = render 'tramway/landing/templates/alert', alert_type: :success do
25
25
  Sign In successful!
@@ -0,0 +1,5 @@
1
+ ru:
2
+ tramway:
3
+ landing:
4
+ alert:
5
+ sign_up_successful: Ваши данные отправлены
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.1.1.2'
5
+ VERSION = '3.1.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.2
4
+ version: 3.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - moshinaan
@@ -77,6 +77,7 @@ files:
77
77
  - config/locales/ru.forms.yml
78
78
  - config/locales/ru.models.yml
79
79
  - config/locales/ru.state_machines.yml
80
+ - config/locales/templates.yml
80
81
  - config/routes.rb
81
82
  - lib/tasks/tramway/landing_tasks.rake
82
83
  - lib/tramway/landing.rb