1

fix each-loop on table

This commit is contained in:
kasch309
2020-03-24 15:22:52 +01:00
parent e61e9d3d25
commit ad5d1b3b31

View File

@ -56,8 +56,8 @@
<th scope="col">Mitgliederanzahl</th> <th scope="col">Mitgliederanzahl</th>
</tr> </tr>
</thead> </thead>
<tbody th:each="gruppe : ${gruppen}"> <tbody>
<tr> <tr th:each="gruppe : ${gruppen}">
<th scope="row"> <th scope="row">
<a th:href="@{/gruppen2/detailsSearch(id=${gruppe.getId()})}" <a th:href="@{/gruppen2/detailsSearch(id=${gruppe.getId()})}"
th:text="${gruppe.title}">Gruppenname</a> th:text="${gruppe.title}">Gruppenname</a>