Commit c09e5724 authored by Waterfox's avatar Waterfox
Browse files

Remove capacity column from dives view

parent c5bbc612
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
                        @php
                            $participants = $dive->getParticipants();
                        @endphp
                    @foreach ($dives as $dive)
                        <tr class="odd:bg-white even:bg-gray-50">
                            <td class="px-12 py-4">{{ $dive->DS_DATE }}</td>
                            @if( $dive->CAR_SCHEDULE=='Matin')