1

fix random error

This commit is contained in:
killerber4t
2020-03-18 13:40:07 +01:00
parent 5f1cdca4ee
commit 5703ad4678
3 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,7 @@
</thead>
<tr th:each="member : ${group.getMembers()}">
<th th:value="${member.getUser_id()}"></th>
<th th:text="${group.getRoles.get(member.getUser_id())}"></th>
<th ></th>
<th>
<button class="btn btn-warning">Rolle ändern</button> <!-- th:if -->
<button class="btn btn-danger">Mitglied entfernen</button>