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