Added custom.js, login redirects to current page, added form-start/form-end and change breadcrumb width

This commit is contained in:
Deon George
2020-01-09 18:44:07 +11:00
parent 8b83990a66
commit f131db31c6
5 changed files with 14 additions and 7 deletions

View File

@@ -59,7 +59,7 @@
</div>
</li>
@else
<a href="{{ url('login') }}" class="text-muted pr-2"><i class="fa fa-lock"></i></a>
<a href="{{ url()->current().'?login=1' }}" class="text-muted pr-2"><i class="fa fa-lock"></i></a>
@endif
<!-- Control Side Bar -->