Skip to content

Commit

Permalink
fix tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 11, 2023
1 parent 330e93f commit 96638f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions springWarehouse/src/main/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
<a th:href="@{/productType/toInput}" target="contentFrame">New Product Type</a>
</div>
<div class="menuitem">
<a th:href="@{/productType/list}" target="contentFrame">Product Type Update</a>
<a th:href="@{/productType/list}" target="contentFrame">Product Type List</a>
</div>
<div class="seperator"></div>
<div class="menuitem">
<a th:href="@{/product/toInput}" target="contentFrame">New Product</a>
</div>
<div class="menuitem">
<a th:href="@{/product/list}" target="contentFrame">Product Update</a>
<a th:href="@{/product/list}" target="contentFrame">Product List</a>
</div>
<div class="seperator"></div>
<div class="menuitem">
<a th:href="@{/merchant/toInput}" target="contentFrame">New Merchant</a>
</div>
<div class="menuitem">
<a th:href="@{/merchant/list}" target="contentFrame">Merchant Update</a>
<a th:href="@{/merchant/list}" target="contentFrame">Merchant List</a>
</div>
<div class="seperator"></div>
<div class="menuitem">
<a th:href="@{/order/toInput}" target="contentFrame">New Order</a>
</div>
<div class="menuitem">
<a th:href="@{/order/list}" target="contentFrame">Order Update</a>
<a th:href="@{/order/list}" target="contentFrame">Order List</a>
</div>
<div class="seperator"></div>
<div class="menuitem">
Expand All @@ -50,7 +50,7 @@
</div>
</div>
<div id="footer">
Product System - dev 1.0.0
Warehouse System - V 1.0.0
</div>
<script type="text/javascript" th:src="@{/js/jquery-3.1.1.min.js}"></script>
<script th:inline="javascript">
Expand Down

0 comments on commit 96638f0

Please sign in to comment.