Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
93cfbb4a27
@ -23,7 +23,7 @@
|
|||||||
<div class="sidebar-layout content-width">
|
<div class="sidebar-layout content-width">
|
||||||
<nav></nav>
|
<nav></nav>
|
||||||
<div>
|
<div>
|
||||||
<h1 th:text="|Kunde ${user.id}"></h1>
|
<h1 th:text="|Kunde ${user.id}|"></h1>
|
||||||
|
|
||||||
<script th:src="@{/js/back.js}"></script>
|
<script th:src="@{/js/back.js}"></script>
|
||||||
<div class="back" data-group="intern" data-insert="true"></div>
|
<div class="back" data-group="intern" data-insert="true"></div>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<h2>Mit diesem Account wurden noch keine Bestellungen getätigt.</h2>
|
<h2>Mit diesem Account wurden noch keine Bestellungen getätigt.</h2>
|
||||||
</div>
|
</div>
|
||||||
<div th:if="${!orders.isEmpty()}" th:each="order: ${orders}">
|
<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>
|
<div>
|
||||||
<table class="key-value">
|
<table class="key-value">
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user