Notes for Larson Texts/Big ideas, added the ghost notes templates. Updated luminate's templates

This commit is contained in:
Norm Rasmussen
2023-08-24 17:06:08 -04:00
parent 63c33b5f17
commit 332b99d3ec
57 changed files with 560 additions and 253 deletions

View File

@ -3,7 +3,7 @@
{% include "sub_navigation" %}
<main class="np-main np-dashboard np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="col-xs-12">
<div class="col-xs-12 col-sm-8">
{% if features.learning_paths? %}
<div class="np-dashboard-resources-title">
{% t shared.learning_paths %}
@ -13,16 +13,16 @@
<div class="np-dashboard-resources-title">
{% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
</div>
{% include "courses_index", class: "col-xs-12 col-sm-6 col-md-4 np-stretch-content" %}
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
</div>
{% comment %} {% if features.training_events? %}
{% if features.training_events? %}
<div class="np-grid-spacing col-xs-12 col-sm-4">
<div class="np-dashboard-resources-title">
{% t .upcoming_events %}
</div>
{% include "training_events_dashboard" %}
</div>
{% endif %} {% endcomment %}
{% endif %}
</div>
</main>
{% include "footer" %}