]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5398
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Aug 2022 11:52:40 +0000 (13:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Aug 2022 11:52:40 +0000 (13:52 +0200)
resources/views/vendor/backpack/crud/buttons/fluidbook_publication/stats.blade.php

index cc51b3af9e74ab7307e464f2fe25c9dbed88ba97..dae0f57a4a73c1fc4705ce07e6f56576e6a55ee9 100644 (file)
@@ -1,5 +1,5 @@
 @if($entry->stats)
-    <a class="btn btn-sm btn-link" href="{{$crud->route}}/{{$entry->id}}_{{$entry->hash}}/stats"
+    <a class="btn btn-sm btn-link" href="{{$crud->route}}/stats/{{$entry->id}}_{{$entry->hash}}"
        data-toggle="tooltip"
        title="{{__('Consulter les statistiques')}}"><i class="la la-chart-bar"></i> {{__('Stats')}}
     </a>