mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 16:34:30 -04:00
Open terms of service & privacy policy in new tab
This commit is contained in:
parent
efca2f0cf0
commit
ec5077b72d
@ -58,13 +58,13 @@
|
|||||||
<div class="mt-4 text-sm">
|
<div class="mt-4 text-sm">
|
||||||
<input type="checkbox" class="form-checkbox mr-2" name="terms_of_service" required>
|
<input type="checkbox" class="form-checkbox mr-2" name="terms_of_service" required>
|
||||||
<span>{{ ctrans('texts.i_agree') }}
|
<span>{{ ctrans('texts.i_agree') }}
|
||||||
<a class="button-link" href="https://www.invoiceninja.com/self-hosting-terms-service/">{{ ctrans('texts.terms_of_service') }}</a>
|
<a class="button-link text-blue-600" target="_blank" href="https://www.invoiceninja.com/self-hosting-terms-service/">{{ ctrans('texts.terms_of_service') }}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2 text-sm">
|
<div class="mt-2 text-sm">
|
||||||
<input type="checkbox" class="form-checkbox mr-2" name="privacy_policy" required>
|
<input type="checkbox" class="form-checkbox mr-2" name="privacy_policy" required>
|
||||||
<span>{{ ctrans('texts.i_agree') }}
|
<span>{{ ctrans('texts.i_agree') }}
|
||||||
<a class="button-link" href="https://www.invoiceninja.com/self-hosting-privacy-data-control/">{{ ctrans('texts.privacy_policy') }}</a>
|
<a class="button-link text-blue-600" target="_blank" href="https://www.invoiceninja.com/self-hosting-privacy-data-control/">{{ ctrans('texts.privacy_policy') }}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user