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

Merge branch '発表後修正' into 'master'

HTML修正

See merge request !80
parents 17790cdc 1c660aa7
......@@ -211,6 +211,6 @@ public class EcsiteController {
@PostMapping("wallets/charge/{id}")
public String walletsCharge(@PathVariable Integer id, @Validated WalletsForm form){
walletsService.charge(id, form.getAmount());
return "redirect:/limited/top";
return "redirect:/limited/wallets/{id}";
}
}
......@@ -14,7 +14,7 @@
<div id="modal-content">
<div id="modal-content-innar">
<!-- モーダルウィンドウのコンテンツ開始 -->
<img class="modalShow" id="showImage" alt="productImage" width="300" height="200"/>
<div class="modalShow"><img class="modalShow" id="showImage" alt="productImage" width="300" height="200"/></div>
<div class="modalShow" id="showName"></div>
<div class="modalShow" id="showSize"></div>
<div class="modalShow" id="showPrice"></div>
......
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