lato 0.1.23 → 0.1.24

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: 9de0f3c577de71281285308e350bed0073176c965ebf547b2f25444b878c1d08
4
- data.tar.gz: 3af1560ba719db9e0c70207691390bdc5f531753e6f03c7c68c26fbc9956a2cc
3
+ metadata.gz: 276e36b3601c9b0df9b0bf5fa28cd8f572a25024428098c411ff2281a4e57bac
4
+ data.tar.gz: b30679782de2b1b6e37b7034d2370531fb1dc1f01b7fd0e329c3a392ba154d1f
5
5
  SHA512:
6
- metadata.gz: 7881dc95427a4bc0dd67a1639acb8522f68dcbda8fc03cbe435e4bc1ccfdd6012b55eedb445f37e9ccc1e43b400e27290379396cb749d700f518eb1bb7c1c454
7
- data.tar.gz: a50fef0983d22202e8b82a5981bddac638d2adcacf0399bd34c7f0fe188fb0e9cb15583c9b3977cc723714bc50bb4315394498722cb349730376351419af53cd
6
+ metadata.gz: 48c4049067c17687ad80dbc9134ed2300b06056dd76df06839d02a64834ee89b12927d21cb40e4c12a52f6f48ba32da47c95c45af52df7c5e5551695551051a4
7
+ data.tar.gz: 5b9c44a4d07fbe90b165b3b736508f740b79d988f424178025fbef21412ba3614f5fdd5e76da16768cce611fc6856f817ae861af28feb545d89995e7a922d96b
@@ -14,7 +14,7 @@
14
14
  <div class="d-flex justify-content-between mb-3">
15
15
  <% if searchable_columns.any? %>
16
16
  <div class="input-group">
17
- <input type="text" name="search" class="form-control" placeholder="Ricerca per: <%= searchable_columns.map { |c| collection.model.human_attribute_name(c) }.to_sentence %>" value="<%= params[:search] %>">
17
+ <input type="text" name="search" class="form-control" placeholder="<%= I18n.t('labels.search_for') %>: <%= searchable_columns.map { |c| collection.model.human_attribute_name(c) }.to_sentence %>" value="<%= params[:search] %>">
18
18
  <button class="btn btn-outline-primary" type="submit"><i class="bi bi-search"></i></button>
19
19
  </div>
20
20
  <% else %>
@@ -18,6 +18,7 @@ en:
18
18
  there_are_some_errors: There are some errors
19
19
  update_password: Update password
20
20
  confirm: Confirm
21
+ search_for: Search for
21
22
  activerecord:
22
23
  attributes:
23
24
  lato/user:
@@ -20,6 +20,7 @@ it:
20
20
  there_are_some_errors: Si sono verificati i seguenti errori
21
21
  update_password: Aggiornamento password
22
22
  confirm: Conferma
23
+ search_for: Ricerca per
23
24
  activerecord:
24
25
  attributes:
25
26
  lato/user:
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante