From b4f1a8af612f66dd3f7aa0761d3f5861b9450524 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 15 Aug 2015 20:51:04 +0100 Subject: [PATCH] Re-use the timeline view --- resources/views/incident.blade.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/resources/views/incident.blade.php b/resources/views/incident.blade.php index 0a1e0be5..972c7faa 100644 --- a/resources/views/incident.blade.php +++ b/resources/views/incident.blade.php @@ -29,5 +29,20 @@

{{ formatted_date($incident->created_at) }}

- @include('partials.incident', ['incident' => $incident, 'with_link' => false]) +
+
+
+
+
+
+ +
+
+
+ @include('partials.incident', ['incident' => $incident, 'with_link' => false]) +
+
+
+
+
@stop