explorak5_login_prueba 6.0.1 → 6.0.3

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: 16b8092fb89f6f6ccc823b7670c4925ab41f419639c5b7818eec248ab6e8fb80
4
- data.tar.gz: 9e1f20d26ac0757d3d5bbee183f4d030d1c25efe06eca803372307e860dad516
3
+ metadata.gz: 2c9fd2fa5e42fad01c7c0a1d89c18f519cfa6f15399f3c5bbc64fcfcf289e4cf
4
+ data.tar.gz: eb575b84fa45523d39febcfc727e71023c4268221c08a70e56f595511d7db13b
5
5
  SHA512:
6
- metadata.gz: 100b1997620df422a129f0f8fc6ac28425a56f9508d31ac6232c2c0119091bf164569b26e3b203e007b23f5e4b7a37a3db0e5a1a2f637dbb7102f7140cde2530
7
- data.tar.gz: ed5c84736e7c82d75a49da497ac3baaedfbeab7dd771f375b913b4d0f52de47198f1a1b866548f70b93430bf153ca67a2cc10c62d1a82c8a9bb8471e275d5303
6
+ metadata.gz: d3e563bf71ef9e9b297db6c393fbf4a511debde1a74222fb3d30caf63afba7e27bcc59423b77f49cf029cf57bc5487e5f01b97d5ccbd909801e97ddf6964affb
7
+ data.tar.gz: 47b931e160d6058c3b555bfe6bd5d75a92158bbb2418268b605a9b0aa0754c7e19b5bcab80b6acf42de84fe5eccee92a7be513ebda1d4ea549da83c56c0fb93d
@@ -30,6 +30,13 @@
30
30
  nil
31
31
  end
32
32
  %>
33
+ <div>
34
+ <button onclick="window.open('http://www.espol.edu.ec')" style="background-image:url('/images/images_k5/logoespol.png')" class="btn-img-login-espol" alt="Logo Espol"></button>
35
+ </div>
36
+
37
+ <div class="login_links">
38
+ <button onclick="window.open('http://www.vinculacion.espol.edu.ec')" style="background-image:url('/images/images_k5/logovinculos.png')" class="btn-img-login-vinculos" alt="Logo Vinculos"></button>
39
+ </div>
33
40
 
34
41
  <div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
35
42
  <div class="ic-Login__container">
@@ -1,11 +1,5 @@
1
- module Explorak5LoginPrueba
1
+ module ExploraK5LoginPrueba
2
2
  class Engine < ::Rails::Engine
3
- isolate_namespace Explorak5LoginPrueba
4
-
5
- initializer 'explorak5_login_prueba.action_controller' do |app|
6
- ActiveSupport.on_load :action_controller do
7
- append_view_path Explorak5LoginPrueba::Engine.root.join('app', 'views')
8
- end
9
- end
3
+ isolate_namespace ExploraK5LoginPrueba
10
4
  end
11
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "6.0.1"
4
+ VERSION = "6.0.3"
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: 6.0.1
4
+ version: 6.0.3
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-09-19 00:00:00.000000000 Z
11
+ date: 2024-09-20 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,