mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Fixed #6124
This commit is contained in:
parent
db907815ff
commit
522dc1db2a
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="text-center" style="padding-top: 100px;">
|
<div class="text-center" style="padding-top: 100px;">
|
||||||
@if ($snipeSettings->privacy_policy_link!='')
|
@if (($snipeSettings) && ($snipeSettings->privacy_policy_link!=''))
|
||||||
<a target="_blank" rel="noopener" href="{{ $snipeSettings->privacy_policy_link }}" target="_new">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
<a target="_blank" rel="noopener" href="{{ $snipeSettings->privacy_policy_link }}" target="_new">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue