Update blade views

pull/1875/head
Daniel Supernault 2019-12-05 00:24:42 -07:00
rodzic 62b35e25c4
commit 955c53ca44
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
3 zmienionych plików z 32 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,17 @@
@endsection
@push('styles')
<style type="text/css">
body {
background: #fff !important;
}
.navbar {
border: none !important;
}
</style>
@endpush
@push('scripts')
<script type="text/javascript" src="{{mix('js/compose.js')}}" async></script>
<script type="text/javascript" src="{{mix('js/collections.js')}}"></script>

Wyświetl plik

@ -22,6 +22,17 @@
@endif
@endpush
@push('styles')
<style type="text/css">
body {
background: #fff !important;
}
.navbar {
border: none !important;
}
</style>
@endpush
@push('scripts')
<script type="text/javascript" src="{{ mix('js/profile.js') }}"></script>
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>

Wyświetl plik

@ -24,6 +24,16 @@
<meta property="og:video" content="{{$status->mediaUrl()}}">
@endif
@endpush
@push('styles')
<style type="text/css">
body {
background: #fff !important;
}
.navbar {
border: none !important;
}
</style>
@endpush
@push('scripts')
<script type="text/javascript" src="{{ mix('js/status.js') }}"></script>