Commit 835f0e7b authored by Andgel Brissaud's avatar Andgel Brissaud
Browse files

Merge branch 'master' into password-changer

parents 9a1ff767 6178bd24
Loading
Loading
Loading
Loading
+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>