mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
commit
4ec357bfd0
1 changed files with 10 additions and 0 deletions
10
resources/views/stories/show_remote.blade.php
Normal file
10
resources/views/stories/show_remote.blade.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
@extends('layouts.blank')
|
||||
|
||||
@section('content')
|
||||
<story-viewer pid="{{$pid}}" redirect-url="/"></story-viewer>
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{mix('js/stories.js')}}"></script>
|
||||
<script type="text/javascript">App.boot();</script>
|
||||
@endpush
|
Loading…
Reference in a new issue