integrated the business module

This commit is contained in:
Jottyfan
2022-10-08 15:36:13 +02:00
parent 8e8fc13efa
commit 6b6b37f3ea
42 changed files with 2468 additions and 91 deletions

View File

@ -23,7 +23,7 @@
<b th:inline="text">[[${currentUser}]]</b> aus Version <span th:text="${@manifestBean.getVersion()}"></span> <a th:href="@{/logout}">ausloggen</a>
</span>
<span th:if="${#strings.isEmpty(currentUser)}">
<a th:href="@{/user}">einloggen</a>
<a th:href="@{/dashboard}">einloggen</a>
</span>
</div>
<span th:replace="${header}">Layout header</span>