explorak5_login_prueba 5.0.1 → 5.0.2
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: 5bbf51ddb5ea244beab3b7de6a0e30021fd5b01feaf1b370676c242d2d842452
|
4
|
+
data.tar.gz: 3c1994ed9bd2d7a63726c4ef594d57f3227d6bf2434d997e88100bd7e53b056e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '080574e65df0c715cb6be876aebe6609bab623af66fc8defd11f5948be2ed78bae622c7eaac947667cd4d65bcfbe3d439e6c67c0e7c57292082593902c790cee'
|
7
|
+
data.tar.gz: 9364f12910ff7f5e9efb08afa5056e9556d127e9e8af8a38ca2eb3af5797a46df950c30081070ef31e085bfb8ecef51f1bb3dc8f5fd61cb3e1287feb5ac84fba
|
@@ -43,6 +43,15 @@
|
|
43
43
|
<img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
|
44
44
|
</a>
|
45
45
|
|
46
|
+
<a>
|
47
|
+
<%= image_tag 'explorak5_login_prueba/logovinculos.png' %>
|
48
|
+
</a>
|
49
|
+
|
50
|
+
<a>
|
51
|
+
<%= image_tag 'explorak5_login_prueba/images/images_k5/logovinculos.png %>
|
52
|
+
</a>
|
53
|
+
|
54
|
+
|
46
55
|
<div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
|
47
56
|
<div class="ic-Login__container">
|
48
57
|
<div class="ic-Login__content">
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# lib/explorak5_login_prueba/engine.rb
|
2
|
+
|
3
|
+
module ExploraK5LoginPrueba
|
4
|
+
class Engine < ::Rails::Engine
|
5
|
+
# Configura el path para las vistas de la gema
|
6
|
+
config.paths['app/views'] << File.expand_path('lib/explorak5_login_prueba/app/views', __dir__)
|
7
|
+
|
8
|
+
initializer 'explorak5_login_prueba.assets.precompile' do |app|
|
9
|
+
app.config.assets.precompile += %w(
|
10
|
+
explorak5_login_prueba/images/*
|
11
|
+
)
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: explorak5_login_prueba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Ibarra
|
@@ -22,6 +22,7 @@ files:
|
|
22
22
|
- lib/explorak5_login_prueba/app/assets/images/images_k5/_logoespol.png
|
23
23
|
- lib/explorak5_login_prueba/app/assets/images/images_k5/logovinculos.png
|
24
24
|
- lib/explorak5_login_prueba/app/views/login_page/_login_content.html.erb
|
25
|
+
- lib/explorak5_login_prueba/explorak5_login_prueba.rb
|
25
26
|
- lib/explorak5_login_prueba/version.rb
|
26
27
|
homepage: https://github.com/kevin523523/explorak5_login
|
27
28
|
licenses: []
|