From 1383feca0da0300e916e744ec091e9a42bae1590 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 10 Aug 2018 00:26:51 -0600 Subject: [PATCH] Update hashtag view --- resources/views/discover/tags/show.blade.php | 28 +++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/resources/views/discover/tags/show.blade.php b/resources/views/discover/tags/show.blade.php index 3099b3e41..49429ebd5 100644 --- a/resources/views/discover/tags/show.blade.php +++ b/resources/views/discover/tags/show.blade.php @@ -7,7 +7,7 @@
- +
@@ -16,13 +16,13 @@ {{$tag->name}}

- {{$count}} posts + {{$tag->posts_count}} posts

-
+
@foreach($posts as $status) @endforeach
- +
+ {{$posts->links()}} +
@endsection @@ -39,3 +41,21 @@ @push('meta') @endpush + +@push('scripts') + +@endpush