diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index 2a1b08f6f418..96b024b97e03 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -183,11 +183,13 @@ @if (Auth::user()->confirmed && $client->account->enable_client_portal) {{ trans('texts.view_in_portal') }} + onclick="window.open('{{ $contact->link }}?silent=true', '_blank');return false;">{{ trans('texts.view_in_portal') }} @if (config('services.postmark')) - | - {{ trans('texts.email_history') }} - +
@endif