Files
Gainsight/customer_templates/Milner College/_dash_lp_index.html.liquid
Norm Rasmussen 26beb4c7f2 new directory
2022-02-23 13:18:41 -05:00

12 lines
322 B
Plaintext

<div class="np-learning-paths-resources">
{% if items.any? %}
<div class="np-dashboard-resources-title">
{% t shared.learning_paths %}
</div>
{% for learning_path in items %}
{% include "cards_learning_path" with learning_path %}
{% endfor %}
{% else %}
{% endif %}
</div>