Commit ba35b21a authored by keita.onoguchi's avatar keita.onoguchi

ルーティング修正

parent 9ab0ae82
......@@ -58,7 +58,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><b>L</b>imited</a>
<a class="navbar-brand" th:href="@{/limited/top}"><b>L</b>imited</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
......@@ -84,7 +84,7 @@
<form id="wallets-form" method="post" th:action="@{/limited/wallets/charge/{id}(id=${user.id})}" th:object="${walletsForm}">
<div id="amount-form">
<label for="amount">Charge Money</label>
<span id="en">&yen;</span><input type="number" id="amount" name="amount" required="required" th:field="*{amount}"/>
<span id="en">&yen;</span><input type="number" min="1" id="amount" name="amount" required="required" th:field="*{amount}"/>
</div>
<div id="buy">
<button class="js-modal-open" id="buy-btn">Charge</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment