1
0
Fork 0
pixelfed/resources/views/discover/tags/show.blade.php

11 lines
378 B
PHP
Raw Normal View History

@extends('layouts.app')
@section('content')
<hashtag-component hashtag="{{$tag->name}}" hashtag-count="{{$tagCount}}"></hashtag-component>
@endsection
2019-03-26 04:22:25 +00:00
@push('scripts')
<script type="text/javascript" src="{{ mix('js/hashtag.js') }}"></script>
2019-03-26 04:22:25 +00:00
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
2019-08-30 01:49:00 +00:00
<script type="text/javascript">App.boot();</script>
2019-03-26 04:22:25 +00:00
@endpush