Jottyfan
2022-10-27 23:10:32 +02:00
parent fee73a1e0c
commit 2be9dc2012
16 changed files with 2799 additions and 15 deletions

View File

@ -20,9 +20,9 @@
</head>
<body>
<div class="myheadline">
<div class="topright linkbtn">
<span th:if="${not #strings.isEmpty(currentUser)}"> <b th:inline="text">[[${currentUser}]]</b> <a th:href="@{/logout}">ausloggen</a>
</span> <span th:if="${#strings.isEmpty(currentUser)}"> <a th:href="@{/dashboard}">einloggen</a>
<div class="topright">
<span th:if="${not #strings.isEmpty(currentUser)}"><a th:href="@{/logout}" class="btn btn-outline-secondary menufont"><b th:inline="text">[[${currentUser}]]</b> ausloggen</a>
</span> <span th:if="${#strings.isEmpty(currentUser)}"> <a th:href="@{/dashboard}" class="btn btn-outline-secondary menufont">einloggen</a>
</span>
</div>
<span th:replace="${header}">Layout header</span>