From 388399b36986a32497916ffd4e380bf4cc4ad453 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 28 Dec 2014 10:16:11 +0000 Subject: [PATCH] Message should be within the p tags on one line --- app/views/partials/incident.blade.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/partials/incident.blade.php b/app/views/partials/incident.blade.php index d86791ef..fea30bd6 100644 --- a/app/views/partials/incident.blade.php +++ b/app/views/partials/incident.blade.php @@ -23,9 +23,7 @@ @if($incident->hasMessage())
-

- {{ $incident->message }} -

+

{{ $incident->message }}

@endif