File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 208
208
</li >
209
209
210
210
@can (App \Policies \UserPolicy:: ADMIN , App \Models \User:: class )
211
- <li class =" mb-4 lg:hover:bg-gray-100 lg:mb-0 lg:border-t lg:border-b border-gray-200" >
211
+ <li class =" mb-4 lg:hover:bg-gray-100 lg:mb-0 lg:border-t border-gray-200" >
212
212
<a href =" {{ route (' admin' ) } }" class =" flex items-center w-full lg:px-3 lg:py-2" >
213
213
<x-heroicon-o-shield-check class =" w-4 h-4 mr-2" />
214
214
Admin
215
215
</a >
216
216
</li >
217
+ <li class =" mb-4 lg:hover:bg-gray-100 lg:mb-0" >
218
+ <a href =" {{ url (' horizon' ) } }" class =" flex items-center w-full lg:px-3 lg:py-2" >
219
+ <x-heroicon-o-queue-list class =" w-4 h-4 mr-2" />
220
+ Horizon
221
+ </a >
222
+ </li >
217
223
@endcan
218
224
219
- <li class =" mb-4 lg:hover:bg-gray-100 lg:mb-0" >
225
+ <li class =" mb-4 lg:hover:bg-gray-100 lg:mb-0 lg:border-t border-gray-200 " >
220
226
<form method =" POST" action =" {{ route (' logout' ) } }" >
221
227
@csrf
222
228
You can’t perform that action at this time.
0 commit comments