diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php index eeafeb80e..7f9636bf5 100644 --- a/resources/views/timeline/home.blade.php +++ b/resources/views/timeline/home.blade.php @@ -2,7 +2,7 @@ @section('content') - + @endsection diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php index eeafeb80e..178e69014 100644 --- a/resources/views/timeline/local.blade.php +++ b/resources/views/timeline/local.blade.php @@ -2,7 +2,7 @@ @section('content') - + @endsection diff --git a/resources/views/timeline/network.blade.php b/resources/views/timeline/network.blade.php new file mode 100644 index 000000000..1fc7c639f --- /dev/null +++ b/resources/views/timeline/network.blade.php @@ -0,0 +1,16 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + + +@endpush \ No newline at end of file