Preparation for registrar update

This commit is contained in:
Pinga 2023-12-05 16:55:39 +02:00
parent 8a9de54510
commit 83f8e41709
9 changed files with 597 additions and 34 deletions

View file

@ -144,7 +144,7 @@
</a>
</div>
</li>
<li {{ is_current_url('registrars') or is_current_url('users') or is_current_url('registrarcreate') or 'registrar' in currentUri ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
<li {{ is_current_url('registrars') or is_current_url('listUsers') or is_current_url('registrarcreate') or 'registrar' in currentUri ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false">
<span class="nav-link-icon d-md-none d-lg-inline-block"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z"></path><path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z"></path><path d="M6 20.05v-.05a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.05"></path></svg>
</span>
@ -163,7 +163,7 @@
{{ __('Announcements') }}
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{route('users')}}">
<a class="dropdown-item" href="{{route('listUsers')}}">
{{ __('List Users') }}
</a>
</div>