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: 6cc732467f53d27b7dd9244791b66aa8cadaaceae13e00e90161039970a30276
4
- data.tar.gz: 6141ccaa6ac60c70b95fdeff7b77324456e2ba1289ae0827fa85dec99831f054
3
+ metadata.gz: 339939c303e6e7d41624a282130c22512e3da4b77f6dc59761a0851feb31bedf
4
+ data.tar.gz: e83526bc320c17a66589212a075a711eabb92b51bd0323a734f4f50d304356d1
5
5
  SHA512:
6
- metadata.gz: ab81e299c75548a23f46d6dd7badd706f2828e25510be5772d93bf237fc9784f8c7ddc2cc6f33131412592d0431b75fef63f8eb0baee724e70c6815fc671c610
7
- data.tar.gz: d62c540a3db79aba9ded1e2eec322307a0877c2d5940836d040b97a911246a1d6b53c228333a791efcfff6425b45320f174f8c8444a8d41850d8521acae06d65
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
- <%= image_tag 'images_k5/logovinculos.png' %>
43
- </div>
44
-
45
-
46
-
47
- <h1>
48
- <%= t('hola') %>
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
- </footer>
137
+ </footer>
139
138
  </div> <!-- end ic-Login__content -->
140
139
  </div>
141
140
  </div> <!-- end ic-Login -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "4.5.0"
4
+ VERSION = "4.7.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.5.0
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-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,