Revert "Added no match found on live search"

This reverts commit 47a07c61
This commit is contained in:
2020-07-28 13:21:22 +02:00
parent a90c9aa8cd
commit f6d762ba46
7 changed files with 9 additions and 43 deletions
@@ -17,7 +17,7 @@
<form method="post" action="{{ route("users.store") }}">
@csrf
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg efter navn,email,tf,role"></input>
<input type="text" class="form-controller" id="search" name="search" placeholder="Søg efter navn"></input>
</form>
</div>
@@ -46,7 +46,6 @@
{{$user->roles[$i]->name}}
@endif
@endfor
</td>
<td><a href="{{ route("users.edit", [ "user" => $user->id ]) }}"><img class="w-100" src="{{ asset('/images/icons/pencil-dark.svg') }}" alt="Update"></a></td>
<td><form method="post" action="{{ route("users.destroy", [ "user" => $user ]) }}" class="w-100 nostyle">