explorak5_canvas_login 0.3.0 → 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1593b0c4baf3d4144eecbd23f3cb1f7b32b49491c48d9ad1f38d87bad8344ae
|
4
|
+
data.tar.gz: 903d7421a726009d6312a823dd1b16fb81ba9a9a5a9a968df1afe1aec5172a22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 569f6dce719efb1a5d846646cd112ecd54c965c87d8fdcf8008cc86fb71ab587b1f1862da895b6bf0ee6af2f8e64062fa9e91f002864eae7ebf045ed37fc2611
|
7
|
+
data.tar.gz: 0e399e930f5df304fdfbf697ec9c3ef611684f2114c805eae92acfc99036473910ebe4236b42a55b6298f6d31a47f7442b920300ea65c278f502f84f8e462a35
|
@@ -1,3 +1,8 @@
|
|
1
|
+
<style>
|
2
|
+
.ic-app-header__logomark {
|
3
|
+
background-image: url("/images/images_k5/logo_k5.png") !important;
|
4
|
+
}
|
5
|
+
</style>
|
1
6
|
<%
|
2
7
|
# Copyright (C) 2015 - present Instructure, Inc.
|
3
8
|
#
|
@@ -157,30 +162,7 @@
|
|
157
162
|
</a>
|
158
163
|
</div>
|
159
164
|
<% end %>
|
160
|
-
|
161
|
-
<% if @current_user && @current_user.adminable_accounts.present? %>
|
162
|
-
<li class="menu-item ic-app-header__menu-list-item <%= ' ic-app-header__menu-list-item--active' if active_path?('/accounts') %>">
|
163
|
-
<a id="global_nav_accounts_link" role="button" href="/accounts" class="ic-app-header__menu-list-link">
|
164
|
-
<div class="menu-item-icon-container" aria-hidden="true">
|
165
|
-
<%= render(partial: "shared/svg/svg_icon_accounts_new_styles", formats: [:svg]) %>
|
166
|
-
</div>
|
167
|
-
<div class="menu-item__text"></div>
|
168
|
-
</a>
|
169
|
-
</li>
|
170
|
-
<% end %>
|
171
|
-
<% if @current_user %>
|
172
|
-
<% if @current_user && @current_user.adminable_accounts.present? %>
|
173
|
-
<li class="menu-item ic-app-header__menu-list-item <%= 'ic-app-header__menu-list-item--active' if active_path?('/courses') %>">
|
174
|
-
<a id="global_nav_courses_link" role="button" href="<%= courses_path %>" class="ic-app-header__menu-list-link">
|
175
|
-
<div class="menu-item-icon-container" aria-hidden="true">
|
176
|
-
<!--<%= render(partial: "shared/svg/#{'k12/' if k12?}svg_icon_courses_new_styles", formats: [:svg]) %>-->
|
177
|
-
<img src='/images/images_k5/1._materias.png' alt="Cursos"></img>
|
178
|
-
</div>
|
179
|
-
<div class="menu-item__text"></div>
|
180
|
-
</a>
|
181
|
-
</li>
|
182
|
-
<% end %>
|
183
|
-
<% end %>
|
165
|
+
|
184
166
|
<li class="menu-item ic-app-header__menu-list-item <%= ' ic-app-header__menu-list-item--active' if active_path?('/calendar') %>">
|
185
167
|
<a id="global_nav_calendar_link" href="/calendar" class="ic-app-header__menu-list-link">
|
186
168
|
<div class="menu-item-icon-container" aria-hidden="true">
|
@@ -209,26 +191,6 @@
|
|
209
191
|
</div>
|
210
192
|
</a>
|
211
193
|
</li>
|
212
|
-
<% if @current_user && @current_user.roles(@domain_root_account).include?('admin') %>
|
213
|
-
<li class="menu-item ic-app-header__menu-list-item <%= ' ic-app-header__menu-list-item--active' if active_path?('/reporte') %>">
|
214
|
-
<a id="global_nav_conversations_link" href="/reporte" class="ic-app-header__menu-list-link">
|
215
|
-
<div class="menu-item-icon-container">
|
216
|
-
<img src='/images/images_k5/icono_reporte.png' alt="Reportes"></img>
|
217
|
-
</div>
|
218
|
-
</a>
|
219
|
-
</li>
|
220
|
-
<% end %>
|
221
|
-
<!-- Agregado por Explora K5 2023 I -->
|
222
|
-
<% if @current_user && @current_user.roles(@domain_root_account).include?('admin') %>
|
223
|
-
<li class="menu-item ic-app-header_menu-list-item <%= ' ic-app-header_menu-list-item--active' if active_path?('/assignment_image') %>">
|
224
|
-
<a id="global_nav_conversations_link" href="/assignment_image" class="ic-app-header__menu-list-link">
|
225
|
-
<div class="menu-item-icon-container">
|
226
|
-
<img src='/images/images_k5/icono_image.png' alt="Reportes"></img>
|
227
|
-
</div>
|
228
|
-
</a>
|
229
|
-
</li>
|
230
|
-
<% end %>
|
231
|
-
<!-- Fin -->
|
232
194
|
<% unless @current_user.nil? %>
|
233
195
|
<%= render(:partial => 'external_tools/global_nav_menu_items') %>
|
234
196
|
<% end %>
|