Skip to content
Snippets Groups Projects

Resolve "[Queue-2.0] Course code should be shown in courses overview"

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -88,6 +88,7 @@
<thead>
<tr>
<th>Edition</th>
<th>Code</th>
<th>Teacher</th>
<th></th>
</tr>
@@ -96,6 +97,7 @@
<tr th:each="edition : ${editions}">
<td><a th:href="@{/edition/{id}(id=${edition.id})}"
th:text="|${edition.course.name} (${edition.name})|"></a></td>
<td th:text="${edition.course.code}"></td>
<td th:text="${#strings.listJoin(@roleDTOService.teacherNames(edition), ', ')}"></td>
<td class="fit">
<th:block th:unless="${@permissionService.canViewEdition(edition) || edition.isArchived }">
Loading