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

コンフリクト解消

parent 4f6912fb
......@@ -115,7 +115,7 @@
<td class="tdCart"><p th:text= "${cart.shoesName}" class="textP">Convers All Star</p></td>
<td class="tdCart"><input type="number" th:value="${cart.quantity}" class="textP itemCount"></input></td>
<td class="tdCart"><p th:text= "${cart.price}" class="textP">&yen;10000</p></td>
<td class="tdCart"><button type="button" class="itemCountChange">Change Quantity</button></td>
<td class="tdCart"><button type="button" class="itemCountChange">Change</button></td>
</tr>
</div>
</tbody>
......
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