From c4b147d7c82f6a0016c895df40112a47bc9ca895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 10 Nov 2020 14:29:38 +0100 Subject: [PATCH] Fix absolute route /migration/start --- resources/views/accounts/management.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/accounts/management.blade.php b/resources/views/accounts/management.blade.php index 97e174501d49..3f1e47d241a3 100644 --- a/resources/views/accounts/management.blade.php +++ b/resources/views/accounts/management.blade.php @@ -249,7 +249,7 @@
{{ trans('texts.migrate_intro_text')}}

{!! trans('texts.start_migration') !!} + href="{{ url('/migration/start') }}">{!! trans('texts.start_migration') !!}