fix: shifting discussions from community app

This commit is contained in:
Jannat Patel
2021-09-14 15:58:12 +05:30
parent 2bc30d696a
commit 0440e1062d
26 changed files with 5 additions and 735 deletions

View File

@@ -1,6 +1,4 @@
<div class="breadcrumb">
{% if course %}
<a class="dark-links" href="/courses">All Courses</a>
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
@@ -12,10 +10,4 @@
<span class="muted-text">{{ course.title }}</span>
{% endif %}
{% endif %}
{% if thread %}
<a class="dark-links" href="/discussions">Discussions</a>
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
<span class="muted-text">{{ thread.title }}</span>
{% endif %}
</div>