mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
removed deadspace and pull
This commit is contained in:
parent
f15b0d8591
commit
0ab400f5bc
|
@ -267,7 +267,7 @@
|
|||
@can('admin')
|
||||
@if ($snipeSettings->show_alerts_in_menu=='1')
|
||||
<!-- Tasks: style can be found in dropdown.less -->
|
||||
<?php $alert_items = Helper::checkLowInventory(); ?>
|
||||
<?php $alert_items = Helper::checkLowInventory(); ?>
|
||||
|
||||
<li class="dropdown tasks-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
|
@ -442,7 +442,7 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<?php $status_navs = \App\Models\Statuslabel::where('show_in_nav', '=', 1)->withCount('assets as asset_count')->get(); ?>
|
||||
<?php $status_navs = \App\Models\Statuslabel::where('show_in_nav', '=', 1)->withCount('assets as asset_count')->get(); ?>
|
||||
@if (count($status_navs) > 0)
|
||||
@foreach ($status_navs as $status_nav)
|
||||
<li{!! (Request::is('statuslabels/'.$status_nav->id) ? ' class="active"' : '') !!}>
|
||||
|
@ -851,7 +851,7 @@
|
|||
|
||||
</div><!-- /.content-wrapper -->
|
||||
<footer class="main-footer hidden-print" style="display:grid;flex-direction:column;">
|
||||
<div class="pull-right hidden-xs pull-left">
|
||||
<div class="1hidden-xs pull-left">
|
||||
@if ($snipeSettings->version_footer!='off')
|
||||
@if (($snipeSettings->version_footer=='on') || (($snipeSettings->version_footer=='admin') && (Auth::user()->isSuperUser()=='1')))
|
||||
<strong>Version</strong> {{ config('version.app_version') }} -
|
||||
|
|
Loading…
Reference in a new issue