explorak5_login_prueba 4.5.0 → 4.7.0
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: 339939c303e6e7d41624a282130c22512e3da4b77f6dc59761a0851feb31bedf
|
4
|
+
data.tar.gz: e83526bc320c17a66589212a075a711eabb92b51bd0323a734f4f50d304356d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2155b490a6e79781f6ce8b08e7674b5927b66bbc330f584467953ca7f28e09a3b5ad3875e1796ea06219a836bc5183a5003f2390d58ebcafc2082124f3432bc3
|
7
|
+
data.tar.gz: fae533af072e2d1da11b0aebb46cbc8044d71114002831958dd3fca11d803df9d9a98232d8a8acc45e5da7b653b69ac54d3c9688458d7b8fb39d846cb85d6f6c
|
@@ -39,14 +39,13 @@
|
|
39
39
|
<div class="ic-Login__content">
|
40
40
|
<div class="ic-Login__innerContent">
|
41
41
|
<div>
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
</h1>
|
42
|
+
<%= image_tag 'images_k5/logovinculos.png' %>
|
43
|
+
</div>
|
44
|
+
<div>
|
45
|
+
<%= image_tag('images_k5/logovinculos.png', alt: 'Logo Vinculos', class: 'your-css-class') %>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
|
50
49
|
<div class="ic-Login-header">
|
51
50
|
<%= render :partial => 'login/shared/header_logo' %>
|
52
51
|
<div class="ic-Login-header__links">
|
@@ -135,7 +134,7 @@
|
|
135
134
|
<div id="footer-epilogue" class="ic-Login-footer__links">
|
136
135
|
<%= render :partial => 'shared/footer_epilogue' %>
|
137
136
|
</div>
|
138
|
-
|
137
|
+
</footer>
|
139
138
|
</div> <!-- end ic-Login__content -->
|
140
139
|
</div>
|
141
140
|
</div> <!-- end ic-Login -->
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: explorak5_login_prueba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Ibarra
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides a comprehensive solution for implementing login functionality
|
14
14
|
in Ruby applications. Features include user authentication, password management,
|