From 101e7c3012de600230c3e53373a880098327b634 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 13 Dec 2014 13:53:19 +0000 Subject: [PATCH] Fix html formatting --- app/views/dashboard/incidents.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/incidents.blade.php b/app/views/dashboard/incidents.blade.php index 4502ac64..5a246c11 100644 --- a/app/views/dashboard/incidents.blade.php +++ b/app/views/dashboard/incidents.blade.php @@ -11,7 +11,7 @@ @if ($incidents->count() === 0)

Woah! No incidents, your doing well!

@else -

You have {{ $incidents->count() }} incidents.

+

You have {{ $incidents->count() }} incidents.

@endif

Incident Templates