From 8dde332c6de44f5663a36345a45d212bceb73b4b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 20 Jun 2021 08:53:34 +0300 Subject: [PATCH] Show migration option --- resources/views/accounts/management.blade.php | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/resources/views/accounts/management.blade.php b/resources/views/accounts/management.blade.php index 34a52ad2613c..d9efb89796dd 100644 --- a/resources/views/accounts/management.blade.php +++ b/resources/views/accounts/management.blade.php @@ -238,34 +238,32 @@ - @if (Utils::isSelfHost() || request()->show_migration) -
-
-

{!! trans('texts.migrate_to_next_version') !!}

-
-
-
- -
-
{{ trans('texts.migrate_intro_text')}}

-
- Watch these YouTube videos to see some of the many new features added:
- • What's new in Invoice Ninja v5
- • More new features in v5
-

- @if(Auth::user()->eligibleForMigration()) - {!! trans('texts.start_migration') !!} - @else - {{ trans('texts.not_allowed') }} - @endif -
- {{ trans('texts.learn_more') }}
-
+
+
+

{!! trans('texts.migrate_to_next_version') !!}

+
+
+
+ +
+
{{ trans('texts.migrate_intro_text')}}

+
+ Watch these YouTube videos to see some of the many new features added:
+ • What's new in Invoice Ninja v5
+ • More new features in v5
+

+ @if(Auth::user()->eligibleForMigration()) + {!! trans('texts.start_migration') !!} + @else + {{ trans('texts.not_allowed') }} + @endif +
+ {{ trans('texts.learn_more') }}
- @endif +
{!! Former::close() !!}