From 04f1a344a09e1460de8eff3dd50c3adf5c5a2fba Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 26 Mar 2019 22:25:39 +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=93=E3=83=A5=E3=83=BC=E4=B8=8A=E3=81=AEdisplay?= =?UTF-8?q?=5Fname=E3=82=92bdi=E3=82=BF=E3=82=B0=E3=81=A7=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/home.blade.php | 2 +- resources/views/search/index.blade.php | 2 +- resources/views/timeline/public.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 34128ce..5daf319 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -58,7 +58,7 @@
- {{ $ejaculation->user->display_name }} + {{ $ejaculation->user->display_name }} {{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
diff --git a/resources/views/search/index.blade.php b/resources/views/search/index.blade.php index 5395334..c2bb2a0 100644 --- a/resources/views/search/index.blade.php +++ b/resources/views/search/index.blade.php @@ -10,7 +10,7 @@
- {{ $ejaculation->user->display_name }} + {{ $ejaculation->user->display_name }} {{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
diff --git a/resources/views/timeline/public.blade.php b/resources/views/timeline/public.blade.php index 6fc270e..194c2a5 100644 --- a/resources/views/timeline/public.blade.php +++ b/resources/views/timeline/public.blade.php @@ -14,7 +14,7 @@