This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user