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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c9fd2fa5e42fad01c7c0a1d89c18f519cfa6f15399f3c5bbc64fcfcf289e4cf
|
4
|
+
data.tar.gz: eb575b84fa45523d39febcfc727e71023c4268221c08a70e56f595511d7db13b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
1
|
+
module ExploraK5LoginPrueba
|
2
2
|
class Engine < ::Rails::Engine
|
3
|
-
isolate_namespace
|
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
|
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.
|
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-
|
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,
|