From 5b76c0a2d1466f1c008d1e96a56dafb26755d42f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 21 Jul 2019 09:19:39 +0300 Subject: [PATCH] Make 'email history' easier to find --- resources/views/clients/show.blade.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index 3a527cffdada..f01e9b45087b 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') }} - +
+ + {{ trans('texts.email_history') }} + +
@endif
@endif