Merge remote-tracking branch 'origin/groups-for-user' into groups-for-user
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
<form action="/" method="get">
|
||||
<div th:each="gruppe: ${gruppen}">
|
||||
<div style="border: 10px solid aliceblue; background: aliceblue">
|
||||
<h4 style="color: dodgerblue; font-weight: bold" th:text="${gruppe.getTitle()}"></h4>
|
||||
<h4 th:href="url" style="color: dodgerblue; font-weight: bold" th:text="${gruppe.getTitle()}"></h4>
|
||||
<p th:text="${gruppe.getDescription()}"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user