lato 0.1.38 → 0.1.39
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 +4 -4
- data/app/views/lato/components/_index.html.erb +1 -1
- data/lib/lato/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0abfeb278039b9f9bbe46997987eb13445868c970b380ac534cb907bf29f772
|
|
4
|
+
data.tar.gz: 3c1245e51048ce9954cd88ed89341a4e66d692d1fd9f5a6acd95632702921cec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4dfc268cf9ee491e54db23903968779cfcea40d01b646f98471ae3e1a1a9b9892e620f2166ffea99d7fa2b566c0cb3e2c5865b4823cafdf1c282866be0d31cbc
|
|
7
|
+
data.tar.gz: 433221de6eb4141e80615865d1c3d0188ba7f4dcdc06081b06319b9a3f5706932f00a58b317411f23c2189ba589b0aa9669a86157f1ad1b7f2e788c440d8f57f
|
|
@@ -41,7 +41,7 @@ collection_total = collection.respond_to?(:total_count) ? collection.total_count
|
|
|
41
41
|
<ul class="list-group list-group-flush">
|
|
42
42
|
<% collection.each do |member| %>
|
|
43
43
|
<li class="list-group-item p-2 border-0 bg-light mb-3 rounded">
|
|
44
|
-
<table class="table">
|
|
44
|
+
<table class="table mb-0">
|
|
45
45
|
<tbody>
|
|
46
46
|
<% columns.each do |column| %>
|
|
47
47
|
<tr class="lato-index-mob-row lato-index-mob-row-<%= column %>">
|
data/lib/lato/version.rb
CHANGED