fix: links and breadcrumbs
This commit is contained in:
13
community/lms/widgets/BreadCrumb.html
Normal file
13
community/lms/widgets/BreadCrumb.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="course-instructor breadcrumb">
|
||||
<a class="dark-links" href="/courses">All Courses</a>
|
||||
<img class="ml-1 mr-1" src="/assets/community/icons/side-arrow.svg">
|
||||
|
||||
{% if lesson %}
|
||||
<a class="dark-links" href="/courses/{{ course.name }}">{{ course.title }}</a>
|
||||
<img class="ml-1 mr-1" src="/assets/community/icons/side-arrow.svg">
|
||||
<span class="muted-text"> {{ lesson.title }}</span>
|
||||
{% else %}
|
||||
<span class="muted-text">{{ course.title }}</span>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user