lato 3.13.1 → 3.13.2

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: f8746303f02bdbfbec09b41de82ff16a8b946ad67d760abd9b0638973944d260
4
- data.tar.gz: e45f9374b5f00313250cdf8b8c325b0f79c6126c0d7bdfcfa4251949b3215cbb
3
+ metadata.gz: bc8aaad0344f244ad56c9b5e5c71f5826538506a54661aca7ab6c6e6642a4b97
4
+ data.tar.gz: d834736ff93566c6026955e539bd9df0f7fa48919a568e170ec089774f06e87f
5
5
  SHA512:
6
- metadata.gz: '096b30341931394fd8b0d09617c1484c475440bcc415f76db3fbc389df99574791c77c2913dce9832c0be9de9947f21581e5250d6ef8b48fed1677c43e8d9740'
7
- data.tar.gz: 2b759b959aa4dc841987e2e05807f1e841e1887a4057f8d7f1c1abf51d2737964968b54553c4d19d1a92cc93ce9147e8ca4f911e64d4bd9bedaa57fa097bd9aa
6
+ metadata.gz: f7de79c410dab2bc114f2a42c57f68ba5d704a008c79e49584429c5beca4f805d38f19b209c04d0e2d85d4b0d632d4484af0f4bf98a80715cae0530ce307b287
7
+ data.tar.gz: 3197c44ce5f830011c37911464e9603b1f4d213020d8b0dda20c73e5f19e405c1a99643e7fc3b4590397ad7a49cf23449f5ad584acbe63b48db4f0881ef0de7a
@@ -94,7 +94,7 @@ collection_total = collection.respond_to?(:total_count) ? collection.total_count
94
94
  <div class="d-flex flex-column align-items-center">
95
95
  <span class="text-muted"><%= collection_total %> <%= I18n.t('lato.total_results').downcase %></span>
96
96
  <% if collection.respond_to?(:total_pages) %>
97
- <div class="mt-3"><%= paginate collection %></div>
97
+ <div class="mt-3"><%= paginate collection, param_name: "#{key}_page" %></div>
98
98
  <% end %>
99
99
  </div>
100
100
 
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.13.1"
2
+ VERSION = "3.13.2"
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: 3.13.1
4
+ version: 3.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante