mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Add white space
This commit is contained in:
parent
300845c7fe
commit
87154a35f0
@ -159,9 +159,9 @@
|
||||
@if (Auth::user()->confirmed && $client->account->enable_client_portal)
|
||||
<i class="fa fa-dashboard" style="width: 20px"></i><a href="{{ $contact->link }}"
|
||||
onclick="window.open('{{ $contact->link }}?silent=true', '_blank');return false;">{{ trans('texts.view_client_portal') }}
|
||||
</a>
|
||||
<br/>
|
||||
</a><br/>
|
||||
@endif
|
||||
<br/>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user