Added br html tag after contact phone number to

improve contact presentation.
This commit is contained in:
markbroyles 2015-06-24 04:37:51 -07:00
parent f5f23c21cf
commit a44a15bca5

View File

@ -112,7 +112,7 @@
<i class="fa fa-envelope" style="width: 20px"></i>{!! HTML::mailto($contact->email, $contact->email) !!}<br/> <i class="fa fa-envelope" style="width: 20px"></i>{!! HTML::mailto($contact->email, $contact->email) !!}<br/>
@endif @endif
@if ($contact->phone) @if ($contact->phone)
<i class="fa fa-phone" style="width: 20px"></i>{!! Utils::formatPhoneNumber($contact->phone) !!} <i class="fa fa-phone" style="width: 20px"></i>{!! Utils::formatPhoneNumber($contact->phone) !!}<br/>
@endif @endif
@endforeach @endforeach
</div> </div>