Merge remote-tracking branch 'origin/master'

This commit is contained in:
Lukas Fürderer 2020-06-17 18:59:10 +02:00
commit 93cfbb4a27
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="sidebar-layout content-width">
<nav></nav>
<div>
<h1 th:text="|Kunde ${user.id}"></h1>
<h1 th:text="|Kunde ${user.id}|"></h1>
<script th:src="@{/js/back.js}"></script>
<div class="back" data-group="intern" data-insert="true"></div>

View File

@ -25,7 +25,7 @@
<h2>Mit diesem Account wurden noch keine Bestellungen getätigt.</h2>
</div>
<div th:if="${!orders.isEmpty()}" th:each="order: ${orders}">
<h2 id="20202701" th:text="|Bestellung vom ${order.formatCreated()}" />
<h2 id="20202701" th:text="|Bestellung vom ${order.formatCreated()}|" />
<div>
<table class="key-value">
<tr>