Fix for website link in client portal dashboard

This commit is contained in:
Hillel Coren 2016-07-03 17:13:45 +03:00
parent 710200ef3f
commit d22d8f8d01

View File

@ -116,7 +116,7 @@
</div> </div>
<div class="col-md-3 address-details"> <div class="col-md-3 address-details">
@if ($account->website) @if ($account->website)
<i class="fa fa-globe" style="width: 20px"></i><a href="{{ $account->website }}" target="_blank">{{ $account->website }}</a><br/> <i class="fa fa-globe" style="width: 20px"></i><a href="{{ Utils::addHttp($account->website) }}" target="_blank">{{ $account->website }}</a><br/>
@endif @endif
@if ($account->work_phone) @if ($account->work_phone)
<i class="fa fa-phone" style="width: 20px"></i>{{ $account->work_phone }}<br/> <i class="fa fa-phone" style="width: 20px"></i>{{ $account->work_phone }}<br/>