1

fix template

This commit is contained in:
kasch309
2020-03-17 16:29:55 +01:00
parent 3036f76b37
commit b648920c42
2 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@
<th scope="col">Optionen</th>
</tr>
</thead>
<tr th:each="member: ${members}">
<th th:value="${member.getName()}"></th>
<tr th:each="member : ${group.getMembers()}">
<th th:value="${member.getUser_id()}"></th>
<th>
<button class="btn btn-warning">Adminrecht zuweisen</button>
<button class="btn btn-danger"> Mitglied entfernen</button>