removed deadspace and pull
This commit is contained in:
parent
f15b0d8591
commit
0ab400f5bc
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue