From 168ef1c5f613bd7d59c2ade8e9036dd5061583fb Mon Sep 17 00:00:00 2001 From: shibafu Date: Thu, 10 Jan 2019 01:39:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E5=86=85=E6=97=A5=E4=BB=98=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=E3=82=92=E3=81=A1=E3=82=87?= =?UTF-8?q?=E3=81=A3=E3=81=A8=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/ejaculation/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/ejaculation/show.blade.php b/resources/views/ejaculation/show.blade.php index 9a359c7..bd0a96c 100644 --- a/resources/views/ejaculation/show.blade.php +++ b/resources/views/ejaculation/show.blade.php @@ -3,7 +3,7 @@ @if (!$user->isMe() && ($user->is_protected || $ejaculation->is_private)) @section('title', $user->display_name . ' さんのチェックイン') @else - @section('title', $user->display_name . ' さんのチェックイン (' . $ejaculation->ejaculated_date->format('m月d日 H:i') . ')') + @section('title', $user->display_name . ' さんのチェックイン (' . $ejaculation->ejaculated_date->format('n月j日 H:i') . ')') @endif @section('content')