slight index change
This commit is contained in:
@ -1,11 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de" xmlns:th="http://www.thymeleaf.org"
|
<html lang="de" xmlns:th="http://www.thymeleaf.org" th:replace="~{mopslayout :: html(
|
||||||
th:replace="~{mopslayout :: html(
|
name='Gruppenfindung',
|
||||||
name='Gruppenfindung',
|
title='Meine Gruppen',
|
||||||
title='Meine Gruppen',
|
headcontent=~{fragments/general :: headcontent(style='/index.css')},
|
||||||
headcontent=~{fragments/general :: headcontent},
|
navigation=~{fragments/general :: nav(current='index')},
|
||||||
navigation=~{fragments/general :: nav(current='index')},
|
bodycontent=~{:: bodycontent})}">
|
||||||
bodycontent=~{:: bodycontent})}">
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -15,17 +14,15 @@
|
|||||||
<h1 class="def-cursor">Meine Gruppen</h1>
|
<h1 class="def-cursor">Meine Gruppen</h1>
|
||||||
|
|
||||||
<!--Gruppenliste belegte Gruppen-->
|
<!--Gruppenliste belegte Gruppen-->
|
||||||
<div class="mt-3" th:each="group: ${groups}">
|
<div class="content" th:each="group: ${groups}">
|
||||||
<div class="content p-2">
|
<div class="content-heading">
|
||||||
<div class="content-heading">
|
<a class="link" th:href="@{/gruppen2/details/{id}(id=${group.getId()})}"
|
||||||
<a class="link" th:href="@{/gruppen2/details/{id}(id=${group.getId()})}"
|
th:text="${group.getTitle()}"></a>
|
||||||
th:text="${group.getTitle()}"></a>
|
|
||||||
|
|
||||||
<span th:replace="~{fragments/gruppen :: badges}"></span>
|
<span th:replace="~{fragments/gruppen :: badges}"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-text p-2">
|
<div class="content-text-in">
|
||||||
<span th:text="${group.getDescription()}"></span>
|
<span th:text="${group.getDescription()}"></span>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user