explorak5_login_prueba 4.6.0 → 4.8.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: ebe33e6aff3884d66c499f42a91fb625ca764db55aaf28df17ed256017cb1e3d
|
4
|
+
data.tar.gz: be9e036edca16128dd73766c46d8f30c19d8f989f118080ec9bfbed0ffba527f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b08d61ba8d72bf85c9ba5be16507b9756577021959f429c56c4af033b5216300b0b6ca08b00cef166b7da240b953916a5ab02a934fde445315bf9db8e2c77db1
|
7
|
+
data.tar.gz: 376586ce17a4b7fa93c9b56e96d64d41858d0e0473b4bf9f8c72b7d9341f0b2a81b74c5cfbd79dc1737ca0b3e147f49687ef4986f3868dcbc486bf0fdba3a308
|
@@ -39,14 +39,17 @@
|
|
39
39
|
<div class="ic-Login__content">
|
40
40
|
<div class="ic-Login__innerContent">
|
41
41
|
<div>
|
42
|
-
|
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
|
+
<div>
|
49
|
+
<%= image_tag '../../assets/images/images_k5/logovinculos.png' %>
|
43
50
|
</div>
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
<h1>
|
48
|
-
<%= t('hola') %>
|
49
|
-
</h1>
|
51
|
+
|
52
|
+
|
50
53
|
<div class="ic-Login-header">
|
51
54
|
<%= render :partial => 'login/shared/header_logo' %>
|
52
55
|
<div class="ic-Login-header__links">
|
@@ -135,7 +138,7 @@
|
|
135
138
|
<div id="footer-epilogue" class="ic-Login-footer__links">
|
136
139
|
<%= render :partial => 'shared/footer_epilogue' %>
|
137
140
|
</div>
|
138
|
-
|
141
|
+
</footer>
|
139
142
|
</div> <!-- end ic-Login__content -->
|
140
143
|
</div>
|
141
144
|
</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.8.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,
|