Show migration option

This commit is contained in:
Hillel Coren 2021-06-20 08:53:34 +03:00
parent c7c95423cf
commit 8dde332c6d

View File

@ -238,7 +238,6 @@
</div>
</div>
@if (Utils::isSelfHost() || request()->show_migration)
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{!! trans('texts.migrate_to_next_version') !!}</h3>
@ -265,7 +264,6 @@
</div>
</div>
</div>
@endif
{!! Former::close() !!}