mirror of https://github.com/pixelfed/pixelfed
Update blade views
parent
bc2d664fdb
commit
f575fd4d76
@ -1,11 +1,11 @@
|
||||
@extends('layouts.app')
|
||||
@extends('layouts.blank')
|
||||
|
||||
@section('content')
|
||||
<story-viewer pid="{{$pid}}" redirect="{{$profile->url()}}"></story-viewer>
|
||||
<story-viewer pid="{{$pid}}" redirect-url="{{$profile->url()}}"></story-viewer>
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{mix('js/compose.js')}}"></script>
|
||||
<script type="text/javascript" src="{{mix('js/stories.js')}}"></script>
|
||||
<script type="text/javascript" src="{{mix('js/profile.js')}}"></script>
|
||||
<script type="text/javascript">App.boot();</script>
|
||||
@endpush
|
||||
@endpush
|
||||
|
Loading…
Reference in New Issue