explorak5_login_prueba 0.4.0 → 0.6.0

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: f6a2571a03e20ef1bfb8add456ef25c7b9c887a5e97f866b9b5839636aba2448
4
- data.tar.gz: 391c6d4f371cdabfdfd5dce318284d97369152516779103f0db5e8730ac3cc31
3
+ metadata.gz: 1a5d323261c10a6cbb217460ec9bf0ed730383449c73a965e6fbf88ccc83c234
4
+ data.tar.gz: c5c33fa9cef0237b73530554be2b7afd047f6e24ef8bc1a7935055f76e102206
5
5
  SHA512:
6
- metadata.gz: 7ff3b65e87b602399f70e8f62b6cb5a387d4db7be34c34586acefed1bb728e7fb0cc78efec5f7d0d27b7e574db78b10a1deb8fea5e906545581428ef6be4f635
7
- data.tar.gz: f00976973fa808443554ceefc2c2162909162ec144ee257893bce2bf4d268280e97fbd5521d7f272d03087253d68036339fad2c1732ee3ea193a24e8a70e334e
6
+ metadata.gz: e17618fa8ef87eaa14b30e8ed1142ca629f12c4c6c826996532ffef129ea6916d0735d95f9cdde4eebbee9fd49a6a6a87576ccdc66d95e243ea96fff78aa3b38
7
+ data.tar.gz: 06ad3d63c3fcbbcd7543e5a428a9ce0c9710713f6883a02ec756dcbbf91c221e02ee6cbb8e9a49b165fc08e154fa002d2ce053d5b188f70deaf0b52151f60786
@@ -30,13 +30,6 @@
30
30
  nil
31
31
  end
32
32
  %>
33
- <div>
34
- <button onclick="window.open('http://www.espol.edu.ec')" style="background-image:url('./src/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('./src/images/images_k5/logovinculos.png')" class="btn-img-login-vinculos" alt="Logo Vinculos"></button>
39
- </div>
40
33
 
41
34
  <div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
42
35
  <div class="ic-Login__container">
@@ -83,12 +76,8 @@
83
76
  <%= render "login/canvas/forgot_password_link" %>
84
77
  </div>
85
78
  </div>
86
- <br>
87
79
  <div class="ic-Form-control ic-Form-control--login">
88
- <button type="<%= login_btn_type %>" class="Button Button--login">
89
- <%= t('log_in', 'Log In') %>
90
- <img src='./src/images/images_k5/images_k5/flecha.svg' style="width: 10%; margin-left: 5%"/>
91
- </button>
80
+ <%= submit_tag t('log_in', 'Log In'), type: login_btn_type, class: "Button Button--login" %>
92
81
  </div>
93
82
  </div> <!-- ic-Login__actions -->
94
83
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
@@ -107,11 +96,9 @@
107
96
  </div>
108
97
  <div class="ic-Form-control ic-Form-control--login">
109
98
  <div class="ic-Login__actions">
110
- <a href="/" ><img src='./src/images/images_k5/flecha.png' style="width: 10%; transform: rotate(-180deg);"/></a>
111
99
  <%= link_to t('back_to_login', "Back to Login"), login_path, :class => "ic-Login__actions--left ic-Login__link login_link"%>
112
100
  <button type="<%= forgot_password_btn_type %>" class="Button Button--login">
113
101
  <%= t('buttons.request_password', 'Request Password') %>
114
- <img src='./src/images/images_k5/flecha.png' style="width: 10%; margin-left: 5%"/>
115
102
  </button>
116
103
  </div> <!-- end ic-Login__actions -->
117
104
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "0.4.0"
4
+ VERSION = "0.6.0"
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: 0.4.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra
@@ -20,7 +20,7 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - lib/explorak5_login_prueba.rb
23
- - lib/explorak5_login_prueba/login_content.erb
23
+ - lib/explorak5_login_prueba/_login_content.erb
24
24
  - lib/explorak5_login_prueba/src/images/images_k5/flecha.png
25
25
  - lib/explorak5_login_prueba/src/images/images_k5/flecha.svg
26
26
  - lib/explorak5_login_prueba/src/images/images_k5/fondo.png