From 02f03165d67361fc4c986f445e8c1aedc645b14b Mon Sep 17 00:00:00 2001 From: shibafu Date: Fri, 5 Apr 2019 23:05:40 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=81=AE=E3=82=B9=E3=83=9E=E3=83=BC=E3=83=88=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=B3=E3=81=AB=E3=81=8A=E3=81=91=E3=82=8B=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=82=92=E6=94=B9=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/components/ejaculation.blade.php | 4 ++-- resources/views/ejaculation/show.blade.php | 4 ++-- resources/views/user/profile.blade.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/components/ejaculation.blade.php b/resources/views/components/ejaculation.blade.php index a1d4a3f..e32d58a 100644 --- a/resources/views/components/ejaculation.blade.php +++ b/resources/views/components/ejaculation.blade.php @@ -1,10 +1,10 @@ -
+
{{ $ejaculation->user->display_name }} {{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
-
+
diff --git a/resources/views/ejaculation/show.blade.php b/resources/views/ejaculation/show.blade.php index 69ae3e9..e8f3944 100644 --- a/resources/views/ejaculation/show.blade.php +++ b/resources/views/ejaculation/show.blade.php @@ -30,9 +30,9 @@
-
+
{{ $ejaculatedSpan ?? '精通' }} {{ $ejaculation->before_date }}{{ !empty($ejaculation->before_date) ? ' ~ ' : '' }}{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
-
+
@if ($user->isMe()) diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index a65e2a7..2e9493b 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -36,9 +36,9 @@ @forelse ($ejaculations as $ejaculation)
  • -
    +
    {{ $ejaculation->ejaculated_span ?? '精通' }} {{ $ejaculation->before_date }}{{ !empty($ejaculation->before_date) ? ' ~ ' : '' }}{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
    -
    +
    @if ($user->isMe())