This commit is contained in:
snipe 2018-08-23 21:06:04 -07:00
parent e4f6aefdad
commit 0b8d70c7ec

View file

@ -56,7 +56,7 @@
<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>
@endif
</div>