[BUGFIX] link back to list view from admin interface
This commit is contained in:
parent
517c6f046f
commit
ebbfc5a828
@ -24,10 +24,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<!-- START filterBar -->
|
||||||
<div class="bg-primary-200 p-3 mt-4 rounded-t-md">
|
<div class="bg-primary-200 p-3 mt-4 rounded-t-md">
|
||||||
<label for="name" class="sr-only">Suche</label>
|
<label for="name" class="sr-only">Suche</label>
|
||||||
<input type="search" name="name" id="filter-js" class="w-full relative block rounded-md border-0 py-1.5 px-2 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-primary-600 sm:text-sm sm:leading-6 mb-2 md:mb-0" placeholder="Suchen nach..."/>
|
<input type="search" name="name" id="filter-js" class="w-full relative block rounded-md border-0 py-1.5 px-2 text-gray-900 ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:z-10 focus:ring-2 focus:ring-inset focus:ring-primary-600 sm:text-sm sm:leading-6 mb-2 md:mb-0" placeholder="Suchen nach..."/>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- END filterBar -->
|
||||||
|
|
||||||
<div class="bg-primary-100 p-3 rounded-b-md grid gap-4">
|
<div class="bg-primary-100 p-3 rounded-b-md grid gap-4">
|
||||||
<div id="filter-result-js" class="text-primary-950"></div>
|
<div id="filter-result-js" class="text-primary-950"></div>
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full">
|
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full">
|
||||||
<div class="max-w-screen-xl w-full flex justify-between">
|
<div class="max-w-screen-xl w-full flex justify-between">
|
||||||
<div>
|
<div>
|
||||||
Hallo {{ loggedin_user.name }}
|
<a href="/">
|
||||||
|
Hallo {{ loggedin_user.name }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user