mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #6778 from beganovich/v5-717
Setup: Open links in new tab
This commit is contained in:
commit
e589d5a60f
@ -39,7 +39,7 @@
|
||||
<input type="checkbox" class="form-checkbox mr-1"
|
||||
name="send_logs" {{ old('send_logs' ? 'checked': '') }}>
|
||||
<span>{{ ctrans('texts.send_fail_logs_to_our_server') }}</span>
|
||||
<a class="button-link mt-1 block" href="https://www.invoiceninja.com/privacy-policy/">Read more
|
||||
<a class="button-link mt-1 block" target="_blank" href="https://www.invoiceninja.com/privacy-policy/">Read more
|
||||
about how we use this.</a>
|
||||
</dd>
|
||||
</div>
|
||||
|
@ -10,7 +10,12 @@
|
||||
<div class="col-span-12 md:col-start-4 md:col-span-6 mt-4 md:mt-10">
|
||||
<h1 class="text-center text-2xl font-semibold">Invoice Ninja Setup</h1>
|
||||
<p class="text-sm text-center">{{ ctrans('texts.if_you_need_help') }}
|
||||
<a href="https://www.invoiceninja.com/forums/forum/support/" class="button-link">{{ ctrans('texts.support_forum') }}</a>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://www.invoiceninja.com/forums/forum/support/"
|
||||
class="button-link underline">
|
||||
{{ ctrans('texts.support_forum') }}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@if($errors->any())
|
||||
|
Loading…
Reference in New Issue
Block a user