fix each-loop on table
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user