Loading resources/views/dives_list_management.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading resources/views/manage_dives.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -29,16 +29,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading resources/views/securitySheet/edit.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <x-page-title>Fiche de sécurité</x-page-title> <div class="aligne" style="margin-bottom: 40px"> <button diveId="button" class="clickable" <button id="button" class="clickable" style="padding: 10px; border-radius: 10px; width:60%; height: 80px; font-size: 35px">Générer de nouveau</button> </div> Loading resources/views/sessionslist.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <span class="flex items-center"> <!-- Second Icon --> <x-redirect-button link="/dives/{{$session->DS_CODE}}/security-sheet/generate"> link="/security-sheets/fiche-securite-{{$session->DS_CODE}}.pdf/"> <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="M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3" /> </svg> Loading Loading
resources/views/dives_list_management.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -39,16 +39,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading
resources/views/manage_dives.blade.php +1 −10 Original line number Diff line number Diff line Loading @@ -29,16 +29,7 @@ </a> </td> </tr> <x-drop-down id="dropdown{{$dive->DS_CODE}}"> @php $participants = $dive->getParticipants(); @endphp <div class="drop-down"> @foreach($participants as $user) <p class = "drop-down-items">{{$user->US_NAME}} {{$user->US_FIRST_NAME}}</p> @endforeach </div> </x-drop-down> @endforeach </tbody> </table> Loading
resources/views/securitySheet/edit.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <x-page-title>Fiche de sécurité</x-page-title> <div class="aligne" style="margin-bottom: 40px"> <button diveId="button" class="clickable" <button id="button" class="clickable" style="padding: 10px; border-radius: 10px; width:60%; height: 80px; font-size: 35px">Générer de nouveau</button> </div> Loading
resources/views/sessionslist.blade.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ <span class="flex items-center"> <!-- Second Icon --> <x-redirect-button link="/dives/{{$session->DS_CODE}}/security-sheet/generate"> link="/security-sheets/fiche-securite-{{$session->DS_CODE}}.pdf/"> <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="M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3" /> </svg> Loading