git -C '/home/opc/rocketa.git' show 782aabc -- resources/views/client/ad/detail.blade.phpcommit 782aabcdb0d7daab98f4294dcd7deaa6e85351d2
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Mon Oct 27 12:37:26 2025 +0900
翻訳作業
diff --git a/resources/views/client/ad/detail.blade.php b/resources/views/client/ad/detail.blade.php
index c4866f7..cb8d3ec 100644
--- a/resources/views/client/ad/detail.blade.php
+++ b/resources/views/client/ad/detail.blade.php
@@ -368,7 +368,7 @@
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="px-2 py-3 w-100">
@if ($ad_data->show_updated_date)
- {{ date('Y年m月d日', strtotime($ad_data->show_updated_date)) }}
+ {{ date('Y-m-d', strtotime($ad_data->show_updated_date)) }}
@endif
</div>
</div>