explorak5_login_prueba 5.0.2 → 5.0.4

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: 98a9cfe7fbfb7ba3e2a764f58e6709d97c86a7d876fef17886790aa43ecd0061
4
+ data.tar.gz: eefc4617e27854e6959be7132cc720cf102e0b654f243d58a21c0e5dee164f6a
5
5
  SHA512:
6
- metadata.gz: '080574e65df0c715cb6be876aebe6609bab623af66fc8defd11f5948be2ed78bae622c7eaac947667cd4d65bcfbe3d439e6c67c0e7c57292082593902c790cee'
7
- data.tar.gz: 9364f12910ff7f5e9efb08afa5056e9556d127e9e8af8a38ca2eb3af5797a46df950c30081070ef31e085bfb8ecef51f1bb3dc8f5fd61cb3e1287feb5ac84fba
6
+ metadata.gz: dc12d4853132305a857e6931892c1c94927c4191da07006de094be1023aae95be490d5603fc94b55b7169a82bb2074e0c950b20dc6f51bd9fe7b5351b564989f
7
+ data.tar.gz: 825251b18acc765d29833299fa08bac70966e46d7b284cf892b3d414ff101d872f7bf94e3331003533d9da76a04cb4854fc39a42a093586afd6b8fbff64997e0
@@ -40,15 +40,11 @@
40
40
  </div>
41
41
 
42
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' %>
43
+ <img src="/images/imagenes_k5/logovinculos.png" alt="Logo Espol" class="btn-img-login-espol" />
48
44
  </a>
49
45
 
50
- <a>
51
- <%= image_tag 'explorak5_login_prueba/images/images_k5/logovinculos.png %>
46
+ <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
47
+ <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
52
48
  </a>
53
49
 
54
50
 
@@ -56,6 +52,23 @@
56
52
  <div class="ic-Login__container">
57
53
  <div class="ic-Login__content">
58
54
  <div class="ic-Login__innerContent">
55
+ <div>
56
+ <%= image_tag 'images_k5/logovinculos.png' %>
57
+ </div>
58
+
59
+ <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
60
+ <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
61
+ </a>
62
+
63
+
64
+ <div>
65
+ <%= image_tag('images_k5/logovinculos.png', alt: 'Logo Vinculos', class: 'your-css-class') %>
66
+ </div>
67
+
68
+ <div>
69
+ <%= image_tag asset_path('images/images_k5/logovinculos.png') %>
70
+ </div>
71
+
59
72
 
60
73
  <div class="ic-Login-header">
61
74
  <%= render :partial => 'login/shared/header_logo' %>
@@ -104,7 +117,7 @@
104
117
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
105
118
  <% end %>
106
119
  <%= 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>
120
+ <h1 class="ui-helper-hidden-accessible"><%= t('ESPOL?') %></h1>
108
121
  <p id="forgot_password_instructions" class="ic-Login__forgot-text">
109
122
  <%= 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
123
  </p>
@@ -137,13 +150,13 @@
137
150
  <%= help_link %>
138
151
  <%= render :partial => 'shared/footer_links' %>
139
152
  </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] %>
142
- </a>
153
+
154
+
155
+
143
156
  <div id="footer-epilogue" class="ic-Login-footer__links">
144
157
  <%= render :partial => 'shared/footer_epilogue' %>
145
158
  </div>
146
- </footer>
159
+ </footer>
147
160
  </div> <!-- end ic-Login__content -->
148
161
  </div>
149
162
  </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.4"
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra