mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 09:20:08 -05:00
add: my downloads menu item to top nav dropdown
This commit is contained in:
@@ -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]) }}"
|
||||
|
||||
Reference in New Issue
Block a user