Files
Gainsight/old_templates/_course_version_outdated_alert.html.liquid

8 lines
238 B
Plaintext
Raw Normal View History

2022-02-23 13:18:41 -05:00
{% if courses.include_courses_to_restart? %}
<div role="alert" class="np-alert np-alert-global np-alert-info">
<div class="np-alert-container uk-container uk-container-center">
{% t .content %}
</div>
</div>
{% endif %}