Files
Gainsight/Custom_Templates/customer_templates/WSGC - New Hire/_course_header.html.liquid
2024-08-16 15:56:20 -04:00

16 lines
441 B
Plaintext

<div class="np-top-vocabulary np-text-title np-text-muted">
{{ current_school.course_vocabulary }}
</div>
<div class="np-top-title">
<a
href="/app/dashboard"
class="np-back-button"
aria-label="{% t shared.go_back %}">
<i class="far fa-arrow-left np-hidden-mobile np-icon-back"></i>
</a>
{{ course.name }}
</div>
<img
src="{{ course.image_url }}"
class="np-top-image np-hidden-desktop"
alt="{{ course.name }}" />