mirror of https://github.com/pixelfed/pixelfed.git
11 lines
271 B
PHP
11 lines
271 B
PHP
|
@extends('layouts.app')
|
||
|
|
||
|
@section('content')
|
||
|
<group-topic-feed gid="{{$gid}}" name="{{$tag}}" />
|
||
|
@endsection
|
||
|
|
||
|
@push('scripts')
|
||
|
<script type="text/javascript" src="{{ mix('js/group-topic-feed.js') }}"></script>
|
||
|
<script type="text/javascript">App.boot();</script>
|
||
|
@endpush
|