Commit b67d62f3 authored by shoei.kanno's avatar shoei.kanno

Merge branch '財布画面デザイン' into 'master'

wallets.html変更

See merge request !57
parents 767ccdb8 3fc7dfcb
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<!-- ログインフォーム --> <!-- ログインフォーム -->
<div class="container"> <div class="container">
<p id="online-shoe-store" class="wallets-p"><span id="online-shoe-store-span">Wallets</span></p> <p id="online-shoe-store" class="wallets-p"><span id="online-shoe-store-span">Wallets</span></p>
<p id="balance">Balance<span id="balanceSpan" th:text="'&yen;' + ${wallet.amout}">10000</span></p> <p id="balance">Balance<span id="balanceSpan" th:text="'&yen;' + ${wallet.amount}">10000</span></p>
<form id="wallets-form" method="post" th:action="@{/limited/wallets/charge/{id}(id=${user.id})}" th:object="${walletForm}"> <form id="wallets-form" method="post" th:action="@{/limited/wallets/charge/{id}(id=${user.id})}" th:object="${walletForm}">
<div id="amount-form"> <div id="amount-form">
<label for="amount">Charge Money</label> <label for="amount">Charge Money</label>
......
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