Skip to content
Snippets Groups Projects

Resolve "Edition pages only show the course code"

Files

@@ -38,7 +38,7 @@
<a th:unless="${edition != null && @permissionService.canEnrolForEdition(edition.id)}"
th:href="@{/}">My Courses</a>
</li>
<li class="breadcrumb-item active" th:if="${ec == null}" th:text="${edition.course.code}">TI1316</li>
<li class="breadcrumb-item active" th:if="${ec == null}" th:text="|${edition.course.name} - ${edition.name}|">TI1316</li>
<li class="breadcrumb-item active" th:unless="${ec == null}" th:text="${ec.name}">TI1316</li>
</ol>
</nav>
Loading