Skip to content
Snippets Groups Projects

New terminology in a few places

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

@@ -48,10 +48,10 @@
</div>
<div class="surface p-0" th:with="headTAs = ${@roleDTOService.headTANames(edition)}">
<h3 class="surface__header">Managers</h3>
<h3 class="surface__header">Head TAs</h3>
<div class="surface__content p-5" th:if="${#lists.isEmpty(headTAs)}">
<span>No managers</span>
<span>No head TAs</span>
</div>
<ul role="list" class="list divided surface__content" th:unless="${#lists.isEmpty(headTAs)}">
Loading