mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
parent
9698c3b07b
commit
912f6c45ee
|
@ -850,12 +850,9 @@
|
|||
</section>
|
||||
|
||||
</div><!-- /.content-wrapper -->
|
||||
@if ($snipeSettings->footer_text!='')
|
||||
<footer class="main-footer hidden-print" style="display:grid;flex-direction:row;" >
|
||||
@else
|
||||
<footer class="main-footer hidden-print">
|
||||
@endif
|
||||
<div class="pull-text-right hidden-xs">
|
||||
<footer class="main-footer hidden-print">
|
||||
|
||||
<div class="pull-right hidden-xs">
|
||||
@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') }} -
|
||||
|
@ -876,23 +873,25 @@
|
|||
@if ($snipeSettings->privacy_policy_link!='')
|
||||
<a target="_blank" class="btn btn-default btn-xs" rel="noopener"
|
||||
href="{{ $snipeSettings->privacy_policy_link }}"
|
||||
target="_new" >{{ trans('admin/settings/general.privacy_policy') }}</a>
|
||||
target="_new">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
||||
@endif
|
||||
made with <i class="fas fa-heart" style="color: #a94442; font-size: 10px" aria-hidden="true"></i><span
|
||||
class="sr-only">love</span> by <a href="https://twitter.com/snipeitapp" rel="noopener">@snipeitapp</a>.
|
||||
|
||||
|
||||
</div>
|
||||
<div class="pull-text-right"><a target="_blank" href="https://snipeitapp.com" rel="noopener">Snipe-IT</a> is open source software,</div>
|
||||
@if ($snipeSettings->footer_text!='')
|
||||
<div style="flex-direction: row;">
|
||||
<div class="pull-right">
|
||||
{!! Helper::parseEscapedMarkedown($snipeSettings->footer_text) !!}
|
||||
</div>
|
||||
@endif
|
||||
<br>
|
||||
|
||||
|
||||
<a target="_blank" href="https://snipeitapp.com" rel="noopener">Snipe-IT</a> is open source software,
|
||||
made with <i class="fas fa-heart" style="color: #a94442; font-size: 10px" aria-hidden="true"></i><span
|
||||
class="sr-only">love</span> by <a href="https://twitter.com/snipeitapp" rel="noopener">@snipeitapp</a>.
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
</div><!-- ./wrapper -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue