From: Louis Jeckel Date: Fri, 18 Sep 2020 09:26:31 +0000 (+0200) Subject: enable GA on twill X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fd790f46898c57fe3915ca8d7b3e96269c8c56aa;p=psq.git enable GA on twill --- diff --git a/config/twill.php b/config/twill.php index 21c8b2b..99f11cd 100644 --- a/config/twill.php +++ b/config/twill.php @@ -109,12 +109,12 @@ return [ 'admin_app_url' => env('ADMIN_APP_URL', 'admin.' . env('APP_URL')), 'admin_app_path' => env('ADMIN_APP_PATH', ''), -// 'dashboard' => [ -// 'analytics' => [ -// 'enabled' => true, -// 'service_account_credentials_json' => storage_path('app/analytics/prescription-sante-quotidien-69ee22ce96f6.json'), -// ], -// ], + 'dashboard' => [ + 'analytics' => [ + 'enabled' => true, + 'service_account_credentials_json' => storage_path('app/analytics/prescription-sante-quotidien-69ee22ce96f6.json'), + ], + ], /* |-------------------------------------------------------------------------- diff --git a/resources/views/admin/pdfFiles/show.blade.php b/resources/views/admin/pdfFiles/show.blade.php index 3a3a1df..843125e 100644 --- a/resources/views/admin/pdfFiles/show.blade.php +++ b/resources/views/admin/pdfFiles/show.blade.php @@ -61,7 +61,7 @@ @foreach($pdf->trackedLinks as $link) - {{$link->title}} + {!! $link->title !!} {{$link->clicks}} @endforeach