Skip to content
Snippets Groups Projects
Commit 68d646cf authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Merge branch 'small-rewording' into 'development'

New terminology in a few places

See merge request !697
parents 787b056d 38d5165c
No related branches found
No related tags found
2 merge requests!698Deploy,!697New terminology in a few places
......@@ -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)}">
......
......@@ -78,7 +78,7 @@
</form>
<a class="button" data-style="outlined" th:href="@{/lab/{id}/presentation/edit(id=${qSession.id})}">Edit presentation</a>
<a th:href="@{/lab/{id}/edit(id=${qSession.id})}" class="button" data-style="outlined">Edit lab</a>
<a th:href="@{/lab/{id}/edit(id=${qSession.id})}" class="button" data-style="outlined">Edit session</a>
</th:block>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment