Loading resources/views/sessionslist.blade.php +3 −0 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ </svg> <!-- Third Icon --> <x-square-button bg-Color="" textColor ="" link="/dives/{{$session->DS_CODE}}/security-sheet/test"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /> </svg> </x-square-button> </span> </td> Loading routes/web.php +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ * Generate a pdf security sheet and stores it at /security-sheets/fiche-securite-{ds_code}.pdf * @param $ds_code the code of the diving session */ Route::get('/dives/{ds_code}/security-sheet/generate', [SecuritySheetController::class, 'generate']); Route::get('/dives/{ds_code}/security-sheet/generate', [SecuritySheetController::class, 'generate'])->name('generate'); /** * Tries to register the user to a diving session. Loading Loading
resources/views/sessionslist.blade.php +3 −0 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ </svg> <!-- Third Icon --> <x-square-button bg-Color="" textColor ="" link="/dives/{{$session->DS_CODE}}/security-sheet/test"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /> </svg> </x-square-button> </span> </td> Loading
routes/web.php +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ * Generate a pdf security sheet and stores it at /security-sheets/fiche-securite-{ds_code}.pdf * @param $ds_code the code of the diving session */ Route::get('/dives/{ds_code}/security-sheet/generate', [SecuritySheetController::class, 'generate']); Route::get('/dives/{ds_code}/security-sheet/generate', [SecuritySheetController::class, 'generate'])->name('generate'); /** * Tries to register the user to a diving session. Loading