Added CRUD for 'Orders' entity, formatters, translations. Removed useless service.

This commit is contained in:
2019-05-05 20:39:28 +03:00
parent 0124899525
commit 5f15555f4e
22 changed files with 508 additions and 53 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<ul class="nav navbar-nav">
<li><a th:href="@{/client/}"><th:block th:text="#{badge.clients}"/> <span class="badge" th:text="${clientsCount}"></span></a></li>
<li><a th:href="@{/mechanic/}"><th:block th:text="#{badge.mechanics}"/> <span class="badge" th:text="${mechanicsCount}"></span></a></li>
<li><a href="#"><th:block th:text="#{badge.orders}"/> <span class="badge" th:text="${ordersCount}"></span></a></li>
<li><a th:href="@{/order/}"><th:block th:text="#{badge.orders}"/> <span class="badge" th:text="${ordersCount}"></span></a></li>
</ul>
</div>
</div>