From 1dea0a077c7136e053debf72335109311b960ea7 Mon Sep 17 00:00:00 2001 From: shibafu Date: Thu, 7 Jun 2018 02:21:40 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BB=96=E4=BA=BA=E3=81=AE=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=82=A4=E3=83=B3=E3=81=AB=E3=82=82=E3=80=8C?= =?UTF-8?q?=E5=90=8C=E3=81=98=E3=82=AA=E3=82=AB=E3=82=BA=E3=81=A7=E3=83=81?= =?UTF-8?q?=E3=82=A7=E3=83=83=E3=82=AF=E3=82=A4=E3=83=B3=E3=80=8D=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= =?UTF-8?q?=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/ejaculation/show.blade.php | 10 +++++----- resources/views/user/profile.blade.php | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) 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())