add: my downloads menu item to top nav dropdown

This commit is contained in:
Roardom
2024-06-26 07:41:32 +00:00
parent 7e759088da
commit ffdc9c7be6
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -183,6 +183,7 @@ return [
'my-achievements' => 'My Achievements',
'my-bonus-points' => 'My Bonus Points',
'my-bookmarks' => 'My Bookmarks',
'my-downloads' => 'My Downloads',
'my-fl-tokens' => 'My FL tokens',
'my-general-settings' => 'My General Settings',
'my-notification' => 'My Notification',
@@ -476,6 +476,14 @@
{{ __('user.my-uploads') }}
</a>
</li>
<li>
<a
href="{{ route('users.history.index', ['user' => auth()->user(), 'downloaded' => 'include']) }}"
>
<i class="{{ config('other.font-awesome') }} fa-download"></i>
{{ __('user.my-downloads') }}
</a>
</li>
<li>
<a
href="{{ route('requests.index', ['requestor' => auth()->user()->username]) }}"