Commit 6178bd24 authored by Guilhem's avatar Guilhem
Browse files

Merge branch 'manage-dives-bug-fix'

parents c71909cd 7cf8b5b5
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>