]> _ Git - psq.git/commitdiff
show opened
authorLouis Jeckel <louis.jeckel@outlook.com>
Thu, 17 Dec 2020 11:20:29 +0000 (12:20 +0100)
committerLouis Jeckel <louis.jeckel@outlook.com>
Thu, 17 Dec 2020 11:20:29 +0000 (12:20 +0100)
config/app.php
resources/views/admin/pdfFiles/show.blade.php

index a7dec26c34d5ba53fbdca3dcfc4eef17c9deec61..430ea26209db8531d763d15345f41c7bb7101678 100644 (file)
@@ -125,7 +125,7 @@ return [
 
     'aws_s3_url' => 'https://prescription-sante.s3.eu-west-3.amazonaws.com',
 
-    'version' => '0.7.1',
+    'version' => '0.9.0',
 
     'emails' => [
         'subscriptions' => 'abonnement@prescription-quotidien.com',
index a9fe84d725332415ec13093d6ce87895238659d1..83e50e5ee0b65408f97eb1a200450409c3536060 100644 (file)
@@ -43,6 +43,9 @@
                             <div class="col-md-6 mt-2">
                                 <mg-stats icon="delivered" current="{{$stats['delivered'] ?? 0}}" total="{{$stats['total'] ?? 0}}" text="reçus"></mg-stats>
                             </div>
+                            <div class="col-md-6 mt-2">
+                                <mg-stats icon="opened" current="{{$stats['opened'] ?? 0}}" total="{{$stats['total'] ?? 0}}" text="ouverts"></mg-stats>
+                            </div>
                             <div class="col-md-6 mt-2">
                                 <mg-stats icon="clicked" current="{{$stats['clicked'] ?? 0}}" total="{{$stats['total'] ?? 0}}" text="cliqués"></mg-stats>
                             </div>