pg_rails 7.0.8.pre.alpha.55 → 7.0.8.pre.alpha.56
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7a80ab1d7122dd57f2e7a7d22a28c8c276bcaafd69da7cbf662ce630420fde9
|
4
|
+
data.tar.gz: 7f28e94ae447b35715c01dfa3c130db7bdc5ab2972a10f30e082fc6edd0fb60d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17bfb418de01d503c8e66bba436a31bf0d807396336e343f3bc202aef3ecadd665227329023b9b5d5f244b6be66ba7f6cadb44cafba90e8b706ee33b1461882e
|
7
|
+
data.tar.gz: f2cc161384fb6316203459232f9ccb97b6b3c2f5832cc4a143ee5f27fb460da8247f0046ba5b470659d54beb62c463d5bfaa905c9fd7e5a4093a7e3402207943
|
@@ -1,11 +1,13 @@
|
|
1
1
|
<%# locals: (error_msg: nil) %>
|
2
2
|
|
3
3
|
<div>
|
4
|
-
|
5
|
-
|
4
|
+
<div class="mb-1">
|
5
|
+
<%= error_msg || 'Ocurrió algo inesperado' %>
|
6
|
+
</div>
|
6
7
|
Por favor, intentá nuevamente
|
7
8
|
<br>
|
8
|
-
o <a class="text-decoration-underline" href="<%= new_public_mensaje_contacto_path %>">
|
9
|
+
o <a class="text-decoration-underline" href="<%= new_public_mensaje_contacto_path %>">dejá un mensaje</a>
|
10
|
+
para que te avisemos
|
9
11
|
<br>
|
10
|
-
|
12
|
+
cuando el problema esté resuelto 🙏
|
11
13
|
</div>
|
data/pg_rails/lib/version.rb
CHANGED