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() !!}