From b7f4de8eaabc6ef03f78606afebec28523d3dc00 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 9 Dec 2018 16:06:34 -0700 Subject: [PATCH] Add new timeline templates for Timeline.vue component --- resources/views/timeline/home.blade.php | 15 +++++++++++++++ resources/views/timeline/local.blade.php | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 resources/views/timeline/home.blade.php create mode 100644 resources/views/timeline/local.blade.php diff --git a/resources/views/timeline/home.blade.php b/resources/views/timeline/home.blade.php new file mode 100644 index 000000000..aeb9371c6 --- /dev/null +++ b/resources/views/timeline/home.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + +@endpush \ No newline at end of file diff --git a/resources/views/timeline/local.blade.php b/resources/views/timeline/local.blade.php new file mode 100644 index 000000000..aeb9371c6 --- /dev/null +++ b/resources/views/timeline/local.blade.php @@ -0,0 +1,15 @@ +@extends('layouts.app') + +@section('content') + + + +@endsection + +@push('scripts') + +@endpush \ No newline at end of file