explorak5_login_prueba 6.0.7 → 6.0.8
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: 1871d60383b4b492d852abe5272cf3875f77fe44ec61849f186257b758966164
|
4
|
+
data.tar.gz: 623910662c758947b273190410b8caa9dd00552118ee5b1482fcba74777c9985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb41dc7fbb339f59be3e97a0f9ae638223aa725146c70c80d8a00f471f553d12a6c11755a538df3023440e1bb13dd8cd7ee99ef960f24fb33e82fbef34973e4c
|
7
|
+
data.tar.gz: 404976c43d2cbeb9d8107ece8a16180715bb085b5b3866e03a4df00492afca33be4d9f5ada3ec6a2be757ea3fa285dd54155fa2cc7d1c7fc354e4b850e0fd522
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<%
|
2
|
+
# Copyright (C) 2015 - present Instructure, Inc.
|
3
|
+
#
|
4
|
+
# This file is part of Canvas.
|
5
|
+
#
|
6
|
+
# Canvas is free software: you can redistribute it and/or modify it under
|
7
|
+
# the terms of the GNU Affero General Public License as published by the Free
|
8
|
+
# Software Foundation, version 3 of the License.
|
9
|
+
#
|
10
|
+
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
11
|
+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
12
|
+
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
13
|
+
# details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU Affero General Public License along
|
16
|
+
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
17
|
+
%>
|
18
|
+
|
19
|
+
<div class="ic-Login-header__logo">
|
20
|
+
<%= image_tag("/images/images_k5/logo_k5.png", :alt => alt_text_for_login_logo, :style => "max-width: 75%") %>
|
21
|
+
</div>
|
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: 6.0.
|
4
|
+
version: 6.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Ibarra
|
@@ -19,7 +19,8 @@ executables: []
|
|
19
19
|
extensions: []
|
20
20
|
extra_rdoc_files: []
|
21
21
|
files:
|
22
|
-
- lib/explorak5_login_prueba/app/views/login/
|
22
|
+
- lib/explorak5_login_prueba/app/views/login/_header_logo.html.erb
|
23
|
+
- lib/explorak5_login_prueba/app/views/login/shared/_login_content.html.erb
|
23
24
|
- lib/explorak5_login_prueba/explorak5_login_prueba.rb
|
24
25
|
- lib/explorak5_login_prueba/public/images/images_k5/1-cortar-y-pegar.png
|
25
26
|
- lib/explorak5_login_prueba/public/images/images_k5/1.1 página materias_desglose.png
|