Lots of new code.

This commit is contained in:
James Cole
2023-07-24 18:58:35 +02:00
parent f1173263b6
commit a6503fda39
31 changed files with 693 additions and 15692 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="{{ trans('config.html_language') }}">
<!-- data-bs-theme="dark" -->
<!--begin::Head-->
@include('partials.layout.head')
<!--end::Head-->
@@ -85,7 +86,7 @@
{{ __('firefly.profile') }}
</a>
<div class="dropdown-divider"></div>
<a href="#" class="dropdown-item">
<a href="{{ route('preferences.index') }}" class="dropdown-item">
<i class="fa-solid fa-user-gear me-2"></i>
{{ __('firefly.preferences') }}
</a>