1

fix-search after leaving group

This commit is contained in:
killerber4t
2020-03-19 14:14:54 +01:00
parent 8291b5c41e
commit 22bfcf3a05
4 changed files with 27 additions and 14 deletions

View File

@ -84,7 +84,7 @@
type="hidden">
<input th:name="user_id" th:value="${member.getId()}"
type="hidden">
<button class="btn btn-warning btn-sm" type="submit">Rolle
<button class="btn btn-warning btn-sm" type="submit">Rolle
ändern
</button><!-- th:if -->
</form>
@ -93,7 +93,7 @@
type="hidden">
<input th:name="user_id" th:value="${member.getId()}"
type="hidden">
<button class="btn btn-danger btn-sm">Mitglied entfernen
<button th:if='${member.getId() != account.getName()}' class="btn btn-danger btn-sm">Mitglied entfernen
</button>
</form>
</td>