From ae540f93dd6c64dc1b426a8021300ca8f8c96808 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 20 Dec 2014 20:23:12 +0000 Subject: [PATCH] Don't bold the lead text --- app/views/dashboard/incidents.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboard/incidents.blade.php b/app/views/dashboard/incidents.blade.php index 9bcc6b46..30d4be38 100644 --- a/app/views/dashboard/incidents.blade.php +++ b/app/views/dashboard/incidents.blade.php @@ -9,9 +9,9 @@

Incidents

@if ($incidents->count() === 0) -

Woah! No incidents, your doing well!

+

Woah! No incidents, your doing well!

@else -

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

+

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

@endif