From d86f6a2f1bad273235d3b16e4cfea4f83e833077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 5 Oct 2021 16:34:46 +0200 Subject: [PATCH] Open links in new tab --- resources/views/setup/_application.blade.php | 2 +- resources/views/setup/index.blade.php | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/views/setup/_application.blade.php b/resources/views/setup/_application.blade.php index c450a2fa4027..69dd519f1709 100644 --- a/resources/views/setup/_application.blade.php +++ b/resources/views/setup/_application.blade.php @@ -39,7 +39,7 @@ {{ ctrans('texts.send_fail_logs_to_our_server') }} - Read more + Read more about how we use this. diff --git a/resources/views/setup/index.blade.php b/resources/views/setup/index.blade.php index 613d765d81cd..7c550613aad0 100644 --- a/resources/views/setup/index.blade.php +++ b/resources/views/setup/index.blade.php @@ -10,7 +10,12 @@

Invoice Ninja Setup

{{ ctrans('texts.if_you_need_help') }} - {{ ctrans('texts.support_forum') }} + + {{ ctrans('texts.support_forum') }} +

@if($errors->any())