explorak5_login_prueba 5.0.2 → 5.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: 5bbf51ddb5ea244beab3b7de6a0e30021fd5b01feaf1b370676c242d2d842452
4
- data.tar.gz: 3c1994ed9bd2d7a63726c4ef594d57f3227d6bf2434d997e88100bd7e53b056e
3
+ metadata.gz: d68f8fad728ff410ca4ed0e7bbe007a24f1a62c77ab712b6dd96e5dda1622f08
4
+ data.tar.gz: 5df072e1bef2922d15cf6769475e15c633bb5e54ad7ff1632aabde29428bf564
5
5
  SHA512:
6
- metadata.gz: '080574e65df0c715cb6be876aebe6609bab623af66fc8defd11f5948be2ed78bae622c7eaac947667cd4d65bcfbe3d439e6c67c0e7c57292082593902c790cee'
7
- data.tar.gz: 9364f12910ff7f5e9efb08afa5056e9556d127e9e8af8a38ca2eb3af5797a46df950c30081070ef31e085bfb8ecef51f1bb3dc8f5fd61cb3e1287feb5ac84fba
6
+ metadata.gz: dc5648980c42b146ba1f5ab9df1241c0cd9b16ddb76e040a44e8a09e82bda879cfa71feef77da9e92297490a68e83416548daa3444f2301b46b44313fe288c7b
7
+ data.tar.gz: 5066120fba21052b35b296c2b6e48f86f7d2c4d5743a3bbf9b4d32e2be62422757cab8429a735c245c1c7b88f708650fad1d1e93b5e2d65c8d7d9fbdbc3b6098
@@ -31,31 +31,24 @@
31
31
  end
32
32
  %>
33
33
 
34
- <div>
35
- <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>
36
- </div>
37
34
 
38
- <div class="login_links">
39
- <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>
40
- </div>
41
-
42
- <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
43
- <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
44
- </a>
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
35
 
54
36
 
55
37
  <div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
56
38
  <div class="ic-Login__container">
57
39
  <div class="ic-Login__content">
58
40
  <div class="ic-Login__innerContent">
41
+ <div>
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 asset_path('images/images_k5/logovinculos.png') %>
50
+ </div>
51
+
59
52
 
60
53
  <div class="ic-Login-header">
61
54
  <%= render :partial => 'login/shared/header_logo' %>
@@ -104,7 +97,7 @@
104
97
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
105
98
  <% end %>
106
99
  <%= form_for :pseudonym_session, :url => forgot_password_path, :html => {:id => "forgot_password_form", :style => "display: none;"} do |f| %>
107
- <h1 class="ui-helper-hidden-accessible"><%= t('Forgot Password?') %></h1>
100
+ <h1 class="ui-helper-hidden-accessible"><%= t('ESPOL?') %></h1>
108
101
  <p id="forgot_password_instructions" class="ic-Login__forgot-text">
109
102
  <%= t('login_handle', "Enter your %{login_handle_name} and we'll send you a link to change your password.", :login_handle_name => login_handle_name) %>
110
103
  </p>
@@ -137,13 +130,15 @@
137
130
  <%= help_link %>
138
131
  <%= render :partial => 'shared/footer_links' %>
139
132
  </div>
140
- <a href="http://www.instructure.com" class="ic-Login-footer__logo-link" aria-label="By Instructure">
141
- <%= render partial: "login/canvas/instructure_logo", formats: [:svg] %>
133
+ <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
134
+ <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
142
135
  </a>
136
+
137
+
143
138
  <div id="footer-epilogue" class="ic-Login-footer__links">
144
139
  <%= render :partial => 'shared/footer_epilogue' %>
145
140
  </div>
146
- </footer>
141
+ </footer>
147
142
  </div> <!-- end ic-Login__content -->
148
143
  </div>
149
144
  </div> <!-- end ic-Login -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "5.0.2"
4
+ VERSION = "5.0.3"
5
5
  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.2
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra