lato_storage 3.0.1 → 3.0.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 +4 -4
- data/app/views/lato_storage/application/index.html.erb +1 -1
- data/config/locales/en.yml +1 -2
- data/config/locales/it.yml +0 -1
- data/lib/lato_storage/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: 163f2e079a0521ac508d0c993e3b353d50e7589b0361031be512036df9a2e479
|
4
|
+
data.tar.gz: 6a9837ce532e777a9388c9028abaef7b2226516995d7dbcad0c568f2c658c460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea6e1dce16bc511addb43be9aba320df4193f5e92a800ba80abaa166163680f2160276c97c2673130147385d85f5ddcaf54ecb1f5c67c1c68ece5a48f7ef78a6
|
7
|
+
data.tar.gz: 5f2a149a7b271d31a1e9ffa1c049587258cc1dade6d3a535873a65fab8ab0721725f960ca0eb951b9027cb05af833210d4c7825a61283a018f1be8d2ac5cd472
|
@@ -84,7 +84,7 @@
|
|
84
84
|
</h5>
|
85
85
|
|
86
86
|
<div class="btn-group btn-group-sm" role="group" aria-label="Basic example">
|
87
|
-
<%= link_to I18n.t('lato_storage.cta_free_space'), lato_storage.cleaner_path, class: 'btn btn-primary', data: { turbo_method: :post,
|
87
|
+
<%= link_to I18n.t('lato_storage.cta_free_space'), lato_storage.cleaner_path, class: 'btn btn-primary', data: { turbo_method: :post, lato_action_target: 'trigger', turbo_frame: 'lato_operation' } %>
|
88
88
|
</div>
|
89
89
|
</div>
|
90
90
|
<div class="card-body row">
|
data/config/locales/en.yml
CHANGED
@@ -12,5 +12,4 @@ en:
|
|
12
12
|
largest_blobs: "Largest Blobs"
|
13
13
|
no_largest_blobs: "No Blobs available"
|
14
14
|
deletable_blobs: "Deletable Blobs"
|
15
|
-
cta_free_space: "Free up space"
|
16
|
-
confirm_free_space: "Are you sure you want to free up space? The blobs considered deletable will be removed permanently."
|
15
|
+
cta_free_space: "Free up space"
|
data/config/locales/it.yml
CHANGED
data/lib/lato_storage/version.rb
CHANGED