Notes for Chubb and templates for Sandata and Cin7. Skuid notes, todos.
This commit is contained in:
@ -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 %}
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user