Commit 42c83eae authored by Julien Sailly's avatar Julien Sailly
Browse files

Merge branch 'master' into palanquee-implementation

parents 8beabc36 28344147
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -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>
+1 −10
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>