This commit is contained in:
snipe 2018-08-23 21:05:10 -07:00
parent db907815ff
commit 522dc1db2a

View file

@ -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>