pixelfed/resources/views/stories/compose.blade.php

12 lines
302 B
PHP
Raw Normal View History

2019-12-31 23:17:10 +00:00
@extends('layouts.blank')
@section('content')
2020-01-07 05:25:52 +00:00
<story-compose profile-id="{{auth()->user()->profile_id}}"></story-compose>
2019-12-31 23:17:10 +00:00
@endsection
@push('scripts')
2021-10-20 04:07:57 +00:00
<script type="text/javascript" src="/js/story-compose.js?v={{time()}}"></script>
2019-12-31 23:17:10 +00:00
<script type="text/javascript">window.App.boot()</script>
2021-10-20 04:07:57 +00:00
@endpush