mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #5027 - remove link to non-existant reports page
This commit is contained in:
parent
195dfd752d
commit
1c28f893e7
|
@ -609,7 +609,7 @@
|
|||
|
||||
@can('reports.view')
|
||||
<li class="treeview{{ (Request::is('reports*') ? ' active' : '') }}">
|
||||
<a href="{{ url('reports') }}" class="dropdown-toggle">
|
||||
<a href="#" class="dropdown-toggle">
|
||||
<i class="fa fa-bar-chart"></i>
|
||||
<span>{{ trans('general.reports') }}</span>
|
||||
<i class="fa fa-angle-left pull-right"></i>
|
||||
|
|
Loading…
Reference in a new issue