1

Edit index.html

This commit is contained in:
kasch309
2020-03-12 15:49:02 +01:00
parent 2aeff7ef09
commit ac4fc24431

View File

@ -30,7 +30,7 @@
<form action="/" method="get"> <form action="/" method="get">
<div th:each="gruppe: ${gruppen}"> <div th:each="gruppe: ${gruppen}">
<div style="border: 10px solid aliceblue; background: aliceblue"> <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> <p th:text="${gruppe.getDescription()}"></p>
</div> </div>
</div> </div>