Commit 2f5d73c2 authored by cyprien's avatar cyprien
Browse files

dives front buttons

parent 0492b40d
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu
                        @endif

                        <td class="px-12 py-4">
                            <div class="Line">
                                @if ($dive->DS_DIVERS_COUNT > 0)
                                    <x-button diveId="dropdownButton-{{ $dive->DS_CODE }}">
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
@@ -143,7 +144,8 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu
                                @else
                                    <x-button>
                                        <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
                                        xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 18">
                                            xmlns="http://www.w3.org/2000/svg" fill="currentColor"
                                            viewBox="0 0 20 18">
                                            <path
                                                d="M14 2a3.963 3.963 0 0 0-1.4.267 6.439 6.439 0 0 1-1.331 6.638A4 4 0 1 0 14 2Zm1 9h-1.264A6.957 6.957 0 0 1 15 15v2a2.97 2.97 0 0 1-.184 1H19a1 1 0 0 0 1-1v-1a5.006 5.006 0 0 0-5-5ZM6.5 9a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9ZM8 10H5a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-2a5.006 5.006 0 0 0-5-5Z" />
                                        </svg>
@@ -153,9 +155,11 @@ class="w-full py-2.5 px-4 text-sm bg-gray-300 rounded-md focus:outline-none focu
                                    <a href='/unsubscribe/{{ $dive->DS_CODE }}'>
                                        <x-button color="bg-red-700" colorHover="hover:bg-red-800">
                                            <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true"
                                            xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
                                                xmlns="http://www.w3.org/2000/svg" fill="none"
                                                viewBox="0 0 16 16">
                                                <path stroke="currentColor" stroke-linecap="round"
                                                stroke-linejoin="round" stroke-width="2" d="M3 3l10 10M13 3L3 13" />
                                                    stroke-linejoin="round" stroke-width="2"
                                                    d="M3 3l10 10M13 3L3 13" />
                                            </svg>
                                        </x-button>
                                    </a>
@@ -182,6 +186,8 @@ class="aligne m-1 bg-gray-400 hover:bg-gray-500
                                        </button>
                                    </a>
                                @endif
                            </div>
                        </td>

    </div>