lato 3.10.5 → 3.10.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: f6cadc9800d2c965476c402ba9e06165511f4f42191021ecdb50ea28b1ca3abb
4
- data.tar.gz: f1f0b8c6dfd73eba012f71e5fe4e648018bce0e4bc433558d4f10eb5ee416827
3
+ metadata.gz: e6d13852308f124794321c32f43b73c0db87c0bd59a38e0175efe7865f54d034
4
+ data.tar.gz: a4a1c085009e80fbce5d20ed64d590743d84e31f3e91f2847f83c44c711e5d26
5
5
  SHA512:
6
- metadata.gz: 9755d5ed715fb489b7dc1c21de43f801b213449852b8ffbb1ddc61c3ce2c511a4931418f5f942e1960a7340df67ed6afb02af67d94b208ca1ba27619bf938804
7
- data.tar.gz: 3c64573cd2747c2902e8b98a882fd9a452f06c16e4d1ece545883566be050cd9b4de089b0845d52ffbd7ae1093d92ca4174c918b1344edd705838562236a2ea1
6
+ metadata.gz: 07c3e8d6f6232a595b070229a87cfee6f3c29687e44a12e6a889a562b1ab6275064d86083780d64902845c68909e34c32c253a10743b86ee229352aafe814bfb
7
+ data.tar.gz: f17ca52c63a7d05197e4e64d386fb891ec1da72846f8b2e515262af1036fe61eae9dd60106e2019b0d5049569993a2cb25b1d2163304120d4b7ed5e14d1bd24e
@@ -11,7 +11,7 @@
11
11
  <% end %>
12
12
  <%= form_with model: @session.user, url: lato.account_update_accepted_privacy_policy_version_action_path, data: { turbo_frame: '_self' } do |form| %>
13
13
  <%= lato_form_errors @session.user, class: %w[mb-3] %>
14
- <%= lato_form_item_input_check form, :confirm, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url)), checked: false, required: true %>
14
+ <%= lato_form_item_input_check form, :confirm, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url, target: '_blank')), checked: false, required: true %>
15
15
 
16
16
  <div class="mt-3">
17
17
  <%= lato_form_submit form, I18n.t('lato.confirm') %>
@@ -32,6 +32,6 @@ email_readonly ||= false
32
32
  </div>
33
33
 
34
34
  <div class="mb-3 text-muted" style="font-size: 14px;">
35
- <%= lato_form_item_input_check form, :accepted_privacy_policy_version, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url), target: '_blank'), required: true %>
36
- <%= lato_form_item_input_check form, :accepted_terms_and_conditions_version, I18n.t('lato.terms_and_conditions_checkbox', link: link_to(I18n.t('lato.terms_and_conditions'), Lato.config.legal_terms_and_conditions_url), target: '_blank'), required: true %>
35
+ <%= lato_form_item_input_check form, :accepted_privacy_policy_version, I18n.t('lato.privacy_policy_checkbox', link: link_to(I18n.t('lato.privacy_policy'), Lato.config.legal_privacy_policy_url, target: '_blank')), required: true %>
36
+ <%= lato_form_item_input_check form, :accepted_terms_and_conditions_version, I18n.t('lato.terms_and_conditions_checkbox', link: link_to(I18n.t('lato.terms_and_conditions'), Lato.config.legal_terms_and_conditions_url, target: '_blank')), required: true %>
37
37
  </div>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.10.5"
2
+ VERSION = "3.10.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.5
4
+ version: 3.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-09 00:00:00.000000000 Z
11
+ date: 2024-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails