git -C '/home/opc/rocketa.git' show 782aabc -- resources/views/admin/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/admin/ad/detail.blade.php b/resources/views/admin/ad/detail.blade.php
index 4790147..32bac17 100644
--- a/resources/views/admin/ad/detail.blade.php
+++ b/resources/views/admin/ad/detail.blade.php
@@ -813,7 +813,7 @@
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="px-2 py-3 w-100">
@if (isset($show_updated_date))
- {{ date('Y年m月d日', strtotime($show_updated_date)) }}
+ {{ date('Y-m-d', strtotime($show_updated_date)) }}
@endif
</div>
</div>