Commit 80109c44 authored by Waterfox's avatar Waterfox
Browse files

Fix formatting in dives.blade.php

parent 65badb70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu
                        <td class="px-6 py-4 text-center" colspan="5">Aucune plongée n'est disponible</td>
                    </tr>
                    </thead>
                @endif
            <tbody>
                @if (count($dives) == 0)
                    <tr class="odd:bg-white even:bg-gray-50 border-b">