1

some grammar corrections

Co-authored-by: Christoph <tobi@urpost.de>
This commit is contained in:
Christoph
2020-04-05 21:37:48 +02:00
parent c592d39c41
commit 63fa257ec9
4 changed files with 10 additions and 5 deletions

View File

@ -100,7 +100,7 @@
</thead>
<tbody class="table-striped">
<tr th:each="member : ${group.getMembers()}">
<th th:text="${member.getId()}"></th>
<th th:text="${#strings.abbreviate(member.getGivenname(), 15) + ' ' + member.getFamilyname().substring(0, 1) + '.'}"></th>
<td>
<span th:if='${group.getRoles().get(member.getId()) != admin}'>Mitglied</span>
<span th:if='${group.getRoles().get(member.getId()) == admin}'>Admin</span>
@ -114,8 +114,7 @@
<input th:name="user_id" th:value="${member.getId()}"
type="hidden">
<button class="btn btn-warning btn-sm" type="submit"
style="margin: 5px">Rolle
ändern
style="margin: 5px;">Rolle ändern
</button>
</form>
<form method="post"