]> _ Git - fluidbook-toolbox.git/commitdiff
wait #1823 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2023 15:21:15 +0000 (17:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2023 15:21:15 +0000 (17:21 +0200)
app/Fluidbook/Stats.php
resources/views/team/pay.blade.php

index f0175098c207a9a685ae50bf16fedec6d717947e..9d5c4536274721b80923f916649d070a4490c90f 100644 (file)
@@ -325,7 +325,8 @@ class Stats extends Reporting
             'viadeo' => 'lab la-viadeo',
         ];
 
-//        $res = [];
+        $res = [];
+       
 //        foreach ($icons as $social => $icon) {
 //            $res[$social] = ['nb' => rand(1, 100), 'icon' => $icon];
 //        }
index eb4063e6bc00410b75d667332a14221b1506e193..59282ea69f22b07358eec30b4a7ea4f9a8a36e6a 100644 (file)
@@ -8,7 +8,7 @@
         }
     </style>
     <h2 style="margin-top: 50px">{{__('Bulletins de salaire')}}</h2>
-    <table id="crudTable" style="max-width: 600px"
+    <table id="crudTable" style="max-width: 800px"
            class="bg-white table table-striped table-hover nowrap rounded shadow-xs border-xs mt-2 dataTable dtr-inline">
         <thead>
         <tr role="row">
@@ -18,7 +18,7 @@
                 <th>{{__('Salarié')}}</th>
             @endcan
             <th>{{__('Mise à jour')}}</th>
-            <th>{{__('Télécharger')}}</th>
+            <th></th>
             <th></th>
         </tr>
         </thead>