From: soufiane Date: Mon, 27 Nov 2023 14:00:43 +0000 (+0100) Subject: wait #6479 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3854b05b4f6cb3d9b43c50829b9870739f978d08;p=fluidbook-toolbox.git wait #6479 --- diff --git a/resources/views/vendor/backpack/crud/list-fluidbook.blade.php b/resources/views/vendor/backpack/crud/list-fluidbook.blade.php index 6ef9a7368..489a446be 100644 --- a/resources/views/vendor/backpack/crud/list-fluidbook.blade.php +++ b/resources/views/vendor/backpack/crud/list-fluidbook.blade.php @@ -17,11 +17,12 @@ {{ __('URL finale du fluidbook') }} @foreach($fluidbooks as $fluidbook) + @php($url = $crud->entry->base_url.json_decode($fluidbook->settings, true)['install_online']['path']) {{$fluidbook->id}} {{$fluidbook->c_title}} {{json_decode($fluidbook->settings, true)['install_online']['path']}} - {{$crud->entry->base_url.json_decode($fluidbook->settings, true)['install_online']['path']}} + {{$url}} @endforeach