Adjusted the order of sidebar item
This commit is contained in:
@@ -50,12 +50,6 @@
|
||||
<span class="label label-info">{{ $component_count }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li {!! set_active('dashboard/team*') !!}>
|
||||
<a href="{{ route('dashboard.team.index') }}">
|
||||
<i class="icons ion-ios-people"></i>
|
||||
<span>{{ trans('dashboard.team.team') }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li {!! set_active('dashboard/metrics*') !!}>
|
||||
<a href="{{ route('dashboard.metrics.index') }}">
|
||||
<i class="icon ion-stats-bars"></i>
|
||||
@@ -68,6 +62,12 @@
|
||||
<span>{{ trans('dashboard.subscribers.subscribers') }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li {!! set_active('dashboard/team*') !!}>
|
||||
<a href="{{ route('dashboard.team.index') }}">
|
||||
<i class="icons ion-ios-people"></i>
|
||||
<span>{{ trans('dashboard.team.team') }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li {!! set_active('dashboard/settings*') !!}>
|
||||
<a href="{{ route('dashboard.settings.setup') }}">
|
||||
<i class="icon ion-gear-a"></i>
|
||||
|
||||
Reference in New Issue
Block a user