diff --git a/resources/views/ejaculation/show.blade.php b/resources/views/ejaculation/show.blade.php index c9006cc..007398c 100644 --- a/resources/views/ejaculation/show.blade.php +++ b/resources/views/ejaculation/show.blade.php @@ -26,13 +26,13 @@
{{ $ejaculatedSpan ?? '精通' }} {{ $ejaculation->before_date }}{{ !empty($ejaculation->before_date) ? ' ~ ' : '' }}{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
- @if ($user->isMe()) -
- +
+ + @if ($user->isMe()) -
- @endif + @endif +
@if ($ejaculation->is_private || $ejaculation->tags->isNotEmpty()) diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index 8bc7c14..c1789ee 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -12,13 +12,13 @@
{{ $ejaculation->ejaculated_span ?? '精通' }} {{ $ejaculation->before_date }}{{ !empty($ejaculation->before_date) ? ' ~ ' : '' }}{{ $ejaculation->ejaculated_date->format('Y/m/d H:i') }}
- @if ($user->isMe())
- - + @if ($user->isMe()) + + + @endif
- @endif
@if ($ejaculation->is_private || $ejaculation->tags->isNotEmpty())