From a6abc48c2ea39988f15ef6745e4f69fcde3c9e1c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 29 Dec 2014 19:57:05 +0000 Subject: [PATCH] Use .lead for first p tag --- 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 618df570..7c4edd89 100644 --- a/app/views/dashboard/incidents.blade.php +++ b/app/views/dashboard/incidents.blade.php @@ -16,7 +16,7 @@ @if ($incidents->count() === 0)
Woah! No incidents, your doing well!
@else -

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

+

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

@endif