From 84cd4f1b57deceb535a755a11623cf329022146a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 7 Jul 2019 23:49:55 -0600 Subject: [PATCH] Update discover tag blade view to use Hashtag.vue component --- resources/views/discover/tags/show.blade.php | 48 ++------------------ 1 file changed, 3 insertions(+), 45 deletions(-) diff --git a/resources/views/discover/tags/show.blade.php b/resources/views/discover/tags/show.blade.php index 00983bcc5..06a3ce6c3 100644 --- a/resources/views/discover/tags/show.blade.php +++ b/resources/views/discover/tags/show.blade.php @@ -1,53 +1,11 @@ @extends('layouts.app') @section('content') - -
- -
-
-
- -
-
-
-
-
- {{$tag->name}} -
-
-
-
-
- -
-
- + @endsection @push('scripts') + - + @endpush \ No newline at end of file