mirror of https://github.com/pixelfed/pixelfed
Add story compose blade view
parent
1960e8d6b4
commit
2189dfb5f6
@ -0,0 +1,11 @@
|
||||
@extends('layouts.blank')
|
||||
|
||||
|
||||
@section('content')
|
||||
<story-compose></story-compose>
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/story-compose.js') }}"></script>
|
||||
<script type="text/javascript">window.App.boot()</script>
|
||||
@endpush
|
Loading…
Reference in New Issue