Backed up Spark's sandbox templates with catalog vs enrolled courses (catalog doesn't work yet...).
This commit is contained in:
@ -3,7 +3,11 @@
|
||||
{% for link in navigations.sub_navigation %}
|
||||
<div class="np-sub-navigation-content-item {{ link.active_class }}">
|
||||
<a class="np-sub-navigation-content-item-link" href="{{ link.url }}">
|
||||
{{ link.label }}
|
||||
{% if link.label == 'Catalog' %}
|
||||
Courses
|
||||
{% else %}
|
||||
{{ link.label }}
|
||||
{% endif %}
|
||||
</a>
|
||||
<div class="np-sub-navigation-content-item-bar np-button-background-color"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user