Merge pull request #362 from markbroyles/master
Added br html tag after contact phone number
This commit is contained in:
commit
957a55852f
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@
|
|||
<i class="fa fa-envelope" style="width: 20px"></i>{!! HTML::mailto($contact->email, $contact->email) !!}<br/>
|
||||
@endif
|
||||
@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
|
||||
@endforeach
|
||||
</div>
|
||||
|
|
@ -305,4 +305,4 @@
|
|||
|
||||
</script>
|
||||
|
||||
@stop
|
||||
@stop
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue