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 @@