1

finish template refactoring

This commit is contained in:
Christoph
2020-04-12 15:41:21 +02:00
parent edb0aa9d96
commit fba166ad54
14 changed files with 144 additions and 163 deletions

View File

@ -29,7 +29,7 @@
<!--Ergebnisliste-->
<div class="content" th:each="group: ${groups}">
<div class="content-heading row">
<span th:replace="~{fragments/gruppen :: badges}"></span>
<span th:replace="~{fragments/groups :: badges}"></span>
<a class="link col" th:href="@{/gruppen2/details/{id}(id=${group.getId()})}"
th:text="${group.getTitle()}"></a>