Notes for Chubb and templates for Sandata and Cin7. Skuid notes, todos.

This commit is contained in:
Norm Rasmussen
2024-04-18 18:57:55 -04:00
parent 908ab49d70
commit 59e9a4ae2b
11 changed files with 130 additions and 17 deletions

View File

@ -1,5 +1,5 @@
{% if learning_path.new_content_available? %}
{% include "learning_path_new_content_banner" %}
{% else %}
{% include "learning_path_completed_banner" %}
{% include "learning_path_completed_banner" %}
{% endif %}

View File

@ -1,4 +1,8 @@
<div class="np-learning-path-completed-banner np-learning-path-banner">
{% for category in learning_path.categories %}
{% if category.name contains "Deep Dive: Core" %}
<div class="np-learning-path-completed-banner np-learning-path-banner" style="display: none;">
{% endif %}
{% endfor %}
<img class="np-learning-path-banner-image" src="https://s3.amazonaws.com/static.northpass.com/images/stars-completed.svg"/>
<div class="np-learning-path-banner-content">
<h3 class="np-learning-path-banner-headline">{% t .headline %}</h3>