From d051ae70ef4df6a250a67147bcbee0de6076c396 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 4 Jul 2016 21:20:00 +0300 Subject: [PATCH] Make view client dashboard link open in new tab --- resources/views/clients/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/clients/show.blade.php b/resources/views/clients/show.blade.php index 761a091434a9..cf03276e3faa 100644 --- a/resources/views/clients/show.blade.php +++ b/resources/views/clients/show.blade.php @@ -148,7 +148,7 @@ @if ($contact->phone) {{ $contact->phone }}
@endif - {{ trans('texts.view_dashboard') }}
+ {{ trans('texts.view_dashboard') }}
@endforeach