tramway-landing 3.1.1.4 → 3.1.1.5

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: d71197a80aec79c649064328e86784a3687e1d96456c63439ae2ffef307fcc7b
4
- data.tar.gz: 2ce896949b8a659e9254b990e6a98011533c0a71cdebaace792adb2f5e1f57c5
3
+ metadata.gz: 8cdf40a2a324672c52c438e27d760d6a25a74bf5254b2904d357354bb52ee2bb
4
+ data.tar.gz: 1afc8e68a3b43c2f50d38a2bc25673e4d055762d6fae81d1f935b30e9fa3fdd3
5
5
  SHA512:
6
- metadata.gz: 472a6376fa0f9a89bdb37b17abac7bd7b36544ea203da5e6691ba1b622ca63213191bcdd336f05905cb6a65f4554166812a48ad068a11bb57ad33f614d19cb34
7
- data.tar.gz: 900995a5707308577e39ea717f382990ea43be4d431fe391d7803ede062f7173944e5746fdbf30ce80d40bc09e59d3f40776d3d56dd01ea560ecc16869b710cc
6
+ metadata.gz: f174636195a5d28be61a438e67021db93e3cab990bf8fe356da21fe62cb83826fbfffc0deea3e02e1bd27780a180027c7e08adaff6842f8308a3807ca3cbc739
7
+ data.tar.gz: b76eecea6f7c4055c0238032cd0477474796bc1950207d3f3ad16268533258503f0f4b34536c859bad155abc728c7e83eddccdb2d628d2147a98afecd587b019
@@ -22,13 +22,13 @@
22
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
- Sign In successful!
25
+ = t('.sign_in_successful')
26
26
  - if params[:flash] == 'error_user_sign_up'
27
27
  = render 'tramway/landing/templates/alert', alert_type: :danger do
28
- There is some errors
28
+ = t('.there_is_some_errors')
29
29
  - if params[:flash] == 'error_user_sign_in'
30
30
  = render 'tramway/landing/templates/alert', alert_type: :danger do
31
- There is some errors
31
+ = t('.invalid_email_or_password')
32
32
  .card
33
33
  .card-body
34
34
  - raise 'Initialize @header_with_form in a controller with something like that `@header_with_form = UserSignUpForm.new User.new`. `User` is your model which you want to Sign Up' unless defined?(@header_with_form)
@@ -1,5 +1,9 @@
1
1
  ru:
2
2
  tramway:
3
3
  landing:
4
- alert:
5
- sign_up_successful: Ваши данные отправлены
4
+ templates:
5
+ alert:
6
+ sign_up_successful: Регистрация прошла успешно
7
+ ign_in_successful: Авторизация прошла успешно
8
+ there_is_some_errors: Исправьте ошибки
9
+ ivalid_email_or_password: email или пароль введены неверно
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.1.1.4'
5
+ VERSION = '3.1.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.4
4
+ version: 3.1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - moshinaan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-12 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email: