From ef563f8641d9b43d9bfe1b8c971ee7dfa81099de Mon Sep 17 00:00:00 2001 From: Eai Date: Fri, 18 Jan 2019 20:21:29 +0900 Subject: [PATCH] =?UTF-8?q?=E9=8D=B5=E5=9E=A2=E3=81=A0=E3=81=A8=E6=A6=82?= =?UTF-8?q?=E6=B3=81=E3=83=87=E3=83=BC=E3=82=BF=E3=81=8C=E5=87=BA=E3=81=A6?= =?UTF-8?q?=E3=81=93=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #50 --- resources/views/components/profile.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/profile.blade.php b/resources/views/components/profile.blade.php index 405952a..08b9818 100644 --- a/resources/views/components/profile.blade.php +++ b/resources/views/components/profile.blade.php @@ -11,7 +11,7 @@ @endif - @if (!$user->is_protected) + @if (!$user->is_protected || $user->isMe())
現在のセッション
@if (isset($currentSession))

{{ $currentSession }}経過