From a44a15bca56784782ecbb20f7f2d47eb86de336e Mon Sep 17 00:00:00 2001 From: markbroyles Date: Wed, 24 Jun 2015 04:37:51 -0700 Subject: [PATCH] Added br html tag after contact phone number to improve contact presentation. --- resources/views/clients/show.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index c441fc1c94..2c507d5040 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -112,7 +112,7 @@ {!! HTML::mailto($contact->email, $contact->email) !!}
@endif @if ($contact->phone) - {!! Utils::formatPhoneNumber($contact->phone) !!} + {!! Utils::formatPhoneNumber($contact->phone) !!}
@endif @endforeach @@ -305,4 +305,4 @@ -@stop \ No newline at end of file +@stop