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())