mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 19:33:07 +01:00
menu_right.user.after_profile hook
This commit is contained in:
parent
3fedf57b72
commit
01fa48df18
@ -186,6 +186,7 @@
|
||||
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="{{ route('users.profile', ['id'=>Auth::user()->id]) }}">{{ __('Your Profile') }}</a></li>
|
||||
@action('menu_right.user.after_profile')
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="{{ route('logout') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user