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: 8d2f90efd0f0c0085bb18b678a5d0c505f8b1bf4e3b26e1a5a28907ea6b99a14
4
- data.tar.gz: 9f7a96e826b219da1e02b590e9c450c91fb737758098f3ce3feb8efbf49b0351
3
+ metadata.gz: ebe33e6aff3884d66c499f42a91fb625ca764db55aaf28df17ed256017cb1e3d
4
+ data.tar.gz: be9e036edca16128dd73766c46d8f30c19d8f989f118080ec9bfbed0ffba527f
5
5
  SHA512:
6
- metadata.gz: f95e9b324c4bbb477a236475eb5167a835b605b0840c49098ea72227873509eeed1003451541016fac316d733162bc8047bc8cffc3556e75625f610726fb1e66
7
- data.tar.gz: 371a4abd2d4f94d806d9fea518670eb77a86297b67d63a2801bd6a08ce3467234370a717861dc9cfd3dc5ebf2b5e2a4ea74989fb95d93a5d79cb43c9c9f3cb77
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
- <%= image_tag 'images_k5/logovinculos.png' %>
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
- </footer>
141
+ </footer>
139
142
  </div> <!-- end ic-Login__content -->
140
143
  </div>
141
144
  </div> <!-- end ic-Login -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "4.6.0"
4
+ VERSION = "4.8.0"
5
5
  end
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.6.0
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-18 00:00:00.000000000 Z
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,