This commit is contained in:
Marcel Pociot
2020-06-03 23:44:34 +02:00
parent 762a4dbd5c
commit 92969ce1be
2 changed files with 81 additions and 1 deletions

View File

@@ -69,7 +69,6 @@
@{ user.created_at }
</td>
<td class="px-6 py-4 whitespace-no-wrap text-right border-b border-gray-200 text-sm leading-5 font-medium">
<a href="#" class="text-indigo-600 hover:text-indigo-900">Edit</a>
<a href="#" @click.prevent="deleteUser(user)"
class="pl-4 text-red-600 hover:text-red-900">Delete</a>
</td>