Luminate templates mostly. Cin7 too.

This commit is contained in:
Norm Rasmussen
2024-06-03 17:27:33 -04:00
parent 1c28a57244
commit 2f75b0779a
8 changed files with 72 additions and 30 deletions

View File

@ -4,12 +4,14 @@
<main class="np-main np-dashboard np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="col-xs-12 col-sm-8">
{% comment %}
{% if features.learning_paths? %}
<div class="Learning Paths np-dashboard-resources-title">
{% t shared.learning_paths %}
</div>
{% include "learning_paths_index", items: learning_paths.enrolled %}
{% endif %}
{% endcomment %}
<div class="Courses np-dashboard-resources-title">
{% t shared.course_vocabulary.plural, key: current_school.course_vocabulary %}
</div>