From 1383feca0da0300e916e744ec091e9a42bae1590 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 10 Aug 2018 00:26:51 -0600 Subject: [PATCH 1/2] 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 From 13551b1f9e6c5d39cc5f1f37e03b5642450886df Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 10 Aug 2018 00:27:39 -0600 Subject: [PATCH 2/2] Update pixelfed config, bump version --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 344c0ea96..ffdd5b633 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.1.3', + 'version' => '0.1.4', /* |--------------------------------------------------------------------------