1

fix table and functionality

This commit is contained in:
kasch309
2020-03-18 14:21:05 +01:00
parent 19e8ef9c07
commit 75a4701bd0
2 changed files with 16 additions and 11 deletions

View File

@ -51,7 +51,7 @@
<h2 style="display: inline-block; margin: 0">Mitglieder</h2>
<div th:if='${group.getRoles().get(user.getUser_id()) == admin}'>
<form method="get" action="/gruppen2/details/members">
<button th:name="group_id" th:value="${group.getId()}" class="btn btn-secondary" type="submit" style="background: slategrey; float: right" >Mitglieder bearbeiten</button>
<button th:name="group_id" th:value="${group.getId()}" class="btn btn-secondary" type="submit" style="background: slategrey; margin-top: 200px; float: right" >Mitglieder bearbeiten</button>
</form>
</div>
<p></p>