From 7f10f8caf30f9a4d43752066f853d03c06a273ea Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 May 2018 21:24:15 -0600 Subject: [PATCH] Update personal timeline view --- resources/views/timeline/personal.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/views/timeline/personal.blade.php b/resources/views/timeline/personal.blade.php index 134fd37f1..d5458ac5e 100644 --- a/resources/views/timeline/personal.blade.php +++ b/resources/views/timeline/personal.blade.php @@ -41,6 +41,15 @@ @include('status.template') @endforeach + @if($timeline->count() == 0) +
+
+
+

{{ __('timeline.emptyPersonalTimeline') }}

+
+
+
+ @endif
{{$timeline->links()}}