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

@ -99,7 +99,7 @@
<li class="list-group-item d-flex justify-content-between" th:each="member : ${group.getMembers()}">
<div>
<span th:text="${member.getGivenname() + ' ' + member.getFamilyname().charAt(0) + '.'}"></span>
<span th:replace="~{fragments/gruppen :: userbadges}"></span>
<span th:replace="~{fragments/groups :: userbadges}"></span>
</div>
<div class="d-flex">