mirror of https://github.com/pixelfed/pixelfed.git
13 lines
198 B
PHP
13 lines
198 B
PHP
|
@extends('admin.partial.template-full')
|
||
|
|
||
|
@section('section')
|
||
|
</div>
|
||
|
<admin-autospam />
|
||
|
@endsection
|
||
|
|
||
|
@push('scripts')
|
||
|
<script type="text/javascript">
|
||
|
new Vue({ el: '#panel'});
|
||
|
</script>
|
||
|
@endpush
|